Jon Salmon
82d4bf76e3
Embed refactor ( #933 )
...
* Moved all embed code to seperate folder
* Consolidated embed builders
* Moved embed toolbar items out
* Moved embed code to separate package
* Updated imports
* Removed I from interface names
* Refactored embed button implementation
* Update readme
3 years ago
X Code
4b46df25e7
BidirectionalIterator' is deprecated and shouldn't be used
3 years ago
Alex Isaienko
0770923301
Don't wrap the QuillEditor's child in the EditorTextSelectionGestureDetector if selection is disabled ( #890 )
3 years ago
X Code
a96b0d593f
Add locale to QuillEditor.basic
3 years ago
Lucas Henrique Polazzo
48f8932736
Added CustomBlockEmbed and customElementsEmbedBuilder ( #877 )
3 years ago
X Code
88c3fcf4c8
Fix static analysis errors
3 years ago
X Code
679febd5ca
Format code
3 years ago
Darwin Morocho
7f36b3bf24
Added textSelectionControls field in QuillEditor ( #748 )
3 years ago
Arshak Aghakaryan
ef0355d814
Request keyboard focus when no child is found ( #713 )
3 years ago
X Code
f6223e062a
Use actions to fix showing handler
3 years ago
X Code
a56e640e15
Upgrade to flutter 2.10 ( #646 )
...
* Upgrade to flutter 2.10
* Remove debugAssertLayoutUpToDate
* Update copy/paste
* Fix analysis error
3 years ago
X Code
0edb2368d7
Adjust comments
3 years ago
X Code
2c1856c578
Apply locale to QuillEditor(contents)
3 years ago
X Code
69e4de7075
Refactor code
3 years ago
X Code
4236653899
Update RenderEditableContainerBox constructor
3 years ago
X Code
e9323a0582
Update childAtOffset method
3 years ago
Nicolas Dion-Bouchard
111a249462
Fix for errors on a non scrollable editor (580) ( #620 )
3 years ago
Nicolas Dion-Bouchard
d0bcca76e9
Fix certain keys not working on web when editor is a child of a scroll view ( #304 ) ( #618 )
...
Co-authored-by: Nicolas Dion Bouchard <nicolas.dionbouchard@sviesolutions.com>
3 years ago
Michael Allen
f4370adbed
Refactor _QuillEditorState to QuillEditorState ( #609 )
3 years ago
li3317
850f2a0c03
refactor and format
3 years ago
li3317
3a9630421e
add paste style
3 years ago
X Code
955d838532
Add comments
3 years ago
X Code
1c4fd1cd0e
Improve link button
3 years ago
X Code
25e5385e15
Bug fix for platform util
3 years ago
X Code
211cc4f924
Rename helper files
3 years ago
X Code
5c153e3bfa
Refactor code
3 years ago
X Code
53507416d0
Refactor using platform helper
3 years ago
X Code
6b9c85f7cc
Refactor code
3 years ago
X Code
a623888658
Refactor defaultEmbedBuilder
3 years ago
X Code
565f6316cd
Save image option ( #593 )
...
* Save image option
* Update android versions
* Refactor code
3 years ago
X Code
379f35d71f
Refactor code: isMobile function
3 years ago
X Code
1d1d0757c6
Upgrade to 3.3.1
3 years ago
Michael Allen
95be062c71
Pass any specified key in QuillEditor constructor to super ( #589 )
3 years ago
X Code
4f7cc55b42
Update RenderEditableBox Container get container
3 years ago
X Code
f545c6b948
Refactor code
3 years ago
X Code
ab1dfac8ad
Refactor code
3 years ago
X Code
a1822dd850
Update RawEditorState get selectionOverlay
3 years ago
X Code
1505fceca1
Update EditorTextSelectionGestureDetectorBuilderDelegate
3 years ago
X Code
8bd15fe785
Update delegate EditorState? get editor
3 years ago
X Code
aa9ce68605
Update EditorState get renderEditor
3 years ago
X Code
aa10d79d08
Make getRenderEditor() not nullable
3 years ago
frmatthew
6c39fcbc54
Feature: add selection completed callback ( #576 )
...
* Implement selection completion handlers
* Selection completion customizable via callback
3 years ago
X Code
b18b17d643
Fix image ontap ( #570 )
...
* Fix image ontap
* Remove unused import
3 years ago
X Code
3fd8aa23df
Added maxContentWidth constraint to Editor
3 years ago
X Code
2be716f68e
Add comments
3 years ago
X Code
6de4b1c7ef
Add comment
3 years ago
X Code
47dd10b1db
Add comments
3 years ago
X Code
0c43c8afcb
Update SelectionGestureDetectorBuilder.build method
3 years ago
X Code
6b2b2aa578
Add comment
3 years ago
X Code
2080aab6a9
Launch link improvements
...
Allows launching links in editing mode, where:
* For desktop platforms: links launch on `Cmd` + `Click` (macOS) or `Ctrl` + `Click` (windows, linux)
* For mobile platforms: long-pressing a link shows a context menu with multiple actions (Open, Copy, Remove) for the user to choose from.
3 years ago