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
X Code
5a98b857a1
[2.5.1] Bug fix for Desktop `Shift` + `Click` support
3 years ago
X Code
df20936737
Desktop selection improvements
...
Added `Shift` + `Click` support for extending selection on desktop
Added automatic scrolling while selecting text with mouse
3 years ago
Arshak Aghakaryan
048f4e5b7f
Request keyboard focus when no child is found ( #531 )
3 years ago
Andy Trand
6961542216
disable floating cursor ( #526 )
3 years ago
X Code
7ee58bf46d
Upgrade to 2.8 ( #519 )
3 years ago
X Code
13d542680e
iOS - floating cursor
3 years ago
Andy Trand
881372dd13
selection delegate methods, imports cleanup ( #515 )
3 years ago
X Code
f9bcaa6412
Refactor out getAlignment method
3 years ago
li3317
2db6f59dac
use named constructor for raw editor
3 years ago
Andy Trand
477f3fc72f
targetChild error temporary fix ( #484 )
3 years ago
li3317
4f0fa755b1
Fix visibility of text selection handlers on scroll
4 years ago
Namli1
85df4033d8
Added theming options for toolbar icons and LinkDialog() ( #418 )
4 years ago
Xin Yao
2c9bbcf8e9
Rename StyleBuilder to CustomStyleBuilder
4 years ago
Xin Yao
ada795efe5
Update QuillEditor constructor
4 years ago
X Code
f56bbff75f
Support for building custom inline styles ( #351 )
4 years ago
Xin Yao
6f8624e3af
Bring into view upon selection extension
...
When extending selection, have scroll controller jump to the most appropriate offset to display selection extension
4 years ago
Xin Yao
2195c4ae3e
[Mobile] Support custom image size: make margin optional and support alignment
4 years ago
Xin Yao
c932c800dc
Support mobile custom size image
4 years ago
Xin Yao
19829e10aa
Add string_helper to refactor code
4 years ago
Xin Yao
4522e67c81
Read custom image styles 'mobileWidth', 'mobileHeight', 'mobileMargin'
4 years ago
Xin Yao
91a25c3c64
Update simple_viewer for YoutbueVideoApp
4 years ago
Xin Yao
34e6a35795
Upgrade to 1.7.1
4 years ago
li3317
d3e5d5603e
can play youtube video
4 years ago
li3317
bb38db5ed0
add readOnly to emdedBuilder
4 years ago
Xin Yao
0d3e8988f2
Display video as link if we cannot play it
4 years ago
X Code
7c2286bae2
Initial video support ( #298 )
...
* Initial video support
* Add video player
* Update import
* Check video is network or asset
* Unable to support youtube video
4 years ago
Cheryl Zhang
0aa1a9cee0
Format code
4 years ago
gtyhn
240688f06e
Fixed dragging right handle scrolling issue ( #289 )
4 years ago
hyouuu
4b4c84696f
Add option to paintCursorAboveText ( #265 )
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Gyuri Majercsik
08412c167a
171: support for non-scrollable text editor ( #188 )
...
Co-authored-by: Gyuri Majercsik <gyuri@fluttech.com>
4 years ago
kevinDespoulains
e49421f48c
Updating checkbox to handle tap ( #186 )
...
* updating checkbox to handle tap
* updating checkbox to handle long press and using UniqueKey() to avoid weird side effects
* removed useless doc
Co-authored-by: Kevin Despoulains <kevin.despoulains@scriptandgo.com>
4 years ago
Xin Yao
df602cfa9b
Format code
4 years ago
Xun Gong
273340a1f6
Pass getTextPosition instead of passing the tap text position to be more flexible; optional ignoreFocus on replaceText
4 years ago
Xin Yao
63c2ef9d0e
Upgrade to 1.2.0
4 years ago
Xun Gong
106e54c3fc
add scrollBottomInset
4 years ago
Till Friebe
8c663ad9f5
Add comments from Zefyr to nodes folder
...
Since quite a lot of code was taken from Zefyr, the license should
be changed to BSD to meet the requirements of Zefyr.
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
5c18ca1dc3
Prefer int literals
4 years ago
Till Friebe
78594aa266
Cascade invocations
...
Use the cascading style when succesively invoking methods on the
same reference.
4 years ago
Till Friebe
0a136edb86
Avoid void async
...
When declaring an async method or function which does not return
a value, declare that it returns Future and not just void.
4 years ago
Till Friebe
6c31fb1bc3
Avoid types on closure parameters
...
Annotating types for function expression parameters is usually
unnecessary because the parameter types can almost always be
inferred from the context, thus making the practice redundant.
4 years ago
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Till Friebe
31ec14c114
Prefer relative imports
...
This streamlines our imports.
4 years ago
Xun Gong
b68fc5a465
tap handles
4 years ago
Xin Yao
041d24cea0
Use widget.enableInteractiveSelection for copy/selectAll in ToobarOptions
4 years ago