Carsten Seeger
e8eebb2c38
feat: disableClipboard
1 year ago
Ellet
c02699071a
Version 9.0.0 ( #1566 )
...
* Prepare for Version 9.0.0
1 year ago
Ellet
4aad60419c
Update the example, android example, and few changes
1 year ago
Ellet
0d38e8787d
Follow dart best practices by using and remove as well since they are not used
1 year ago
Guillermo Bueno Vargas
96f15ce7db
Avoiding using ! operator with call and cascade operator. Closes #1423 ( #1499 )
...
* Avoiding using ! operator with call and cascade operator. Closes #1423
* Format
1 year ago
Ellet
f7528d30a0
Code cleanup and fixes ( #1486 )
1 year ago
Ahmed Hnewa
55f5101ccc
Fixes for step 2 update ( #1449 )
...
* Improve main workflow
* Fixes
* Bug fixes
* Edit toolbar configurations
* Fix conflicts
* Bug fixes
1 year ago
Mmisiek
1005661048
Fixed issues from last Flutter update. ( #1210 )
2 years ago
Adil Hanney
967af17a75
Replace `buildToolbar` with `contextMenuBuilder` ( #1106 )
2 years ago
sourabhguptazeil
c68c2bd030
Added a property to control the detect word boundary behaviour ( #1102 )
2 years ago
X Code
76ea6c0e7e
Fix analysis error
2 years ago
Michael Allen
9da4f6330d
update clipboard status prior to showing selected text overlay ( #1096 )
2 years ago
X Code
ca921905e4
Upgrade to 6.3.0
2 years ago
X Code
d966db1394
Upgrade to 6.0.1
3 years ago
Jimmy Li
22200b8812
1. changed translation locale country code to lower case ( #946 )
3 years ago
X Code
88c3fcf4c8
Fix static analysis errors
3 years ago
Michael Allen
2b3fa606ae
- Fix selection handles show/hide after paste, backspace, copy ( #769 )
3 years ago
X Code
a973238100
Update selectionCtrls.buildToolbar
3 years ago
X Code
86aff2a038
Fix _handleDragUpdate in _TextSelectionHandleOverlayState
3 years ago
X Code
f007354970
Add comments
3 years ago
X Code
6530680869
renderObject in TextSelection is not nullable
3 years ago
X Code
b3c627f7a9
_visibility in TextSelection is not nullable
3 years ago
X Code
091bea1cd7
Add comments
3 years ago
X Code
b2fb04e59e
Add _TransparentTapGestureRecognizer
3 years ago
X Code
9d6681ed2b
Update constructor of EditorTextSelectionOverlay
3 years ago
X Code
c49af0d4d2
Add comments
3 years ago
Andy Trand
881372dd13
selection delegate methods, imports cleanup ( #515 )
3 years ago
li3317
6f32b0eda8
fix deprecated
4 years ago
Xin Yao
1143f7eb43
Swapping handles order is prevented
4 years ago
Cheryl Zhang
0aa1a9cee0
Format code
4 years ago
gtyhn
240688f06e
Fixed dragging right handle scrolling issue ( #289 )
4 years ago
Cheryl Zhang
0c5a045d28
Format code
4 years ago
gtyhn
6b9795ad00
Fixed the position of the selection status drag handle ( #288 )
...
* fix the OnImagePickCallback return value
* solve placeholder issue, removing must focus
* Fixed the position of the selection status drag handle
4 years ago
X Code
08fc027712
Replace deprecated textEditingValue method ( #271 )
...
* Replace deprecated textEditingValue method
* Change to SelectionChangedCause.drag
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
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
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
41056bcc4c
Revert " ☝️ Update deprecated code ( #136 )"
...
This reverts commit d62f15d889
.
4 years ago
Jeremie Corpinot
d62f15d889
☝️ Update deprecated code ( #136 )
4 years ago
Till Friebe
4c16af4420
Remove unnecessary parenthesis ( #118 )
4 years ago
Till Friebe
d6b21586a4
Prefer const constructors ( #116 )
4 years ago
Till Friebe
25f1582f70
Always put required named parameters first ( #115 )
4 years ago
Xin Yao
811cb341bf
Add pedantic
4 years ago
Xin Yao
4ebf5da5c4
Remove class _TransparentTapGestureRecognizer
4 years ago