58 Commits (da2a05aaa0baef057750426f5b4ca749060c2be2)

Author SHA1 Message Date
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
Xun Gong 106e54c3fc add scrollBottomInset 4 years ago
Till Friebe 8c663ad9f5 Add comments from Zefyr to nodes folder 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 4 years ago
Till Friebe 0a136edb86 Avoid void async 4 years ago
Till Friebe 6c31fb1bc3 Avoid types on closure parameters 4 years ago
Till Friebe bc494bc50f Prefer final 4 years ago
Till Friebe 31ec14c114 Prefer relative imports 4 years ago
Xin Yao 41056bcc4c Revert "☝️ Update deprecated code (#136)" 4 years ago
Jeremie Corpinot d62f15d889
☝️ Update deprecated code (#136) 4 years ago
Xin Yao 084adcb1e7 Refactor code 4 years ago
Xin Yao 8ab586c318 Fix text selection in read-only mode 4 years ago
Xin Yao 53eaf34ad9 Revert change in openConnectionIfNeeded for readonly mode 4 years ago
hyouuu 047d0f729b
default color, Document.fromDelta, fix isItCut null check (#123) 4 years ago
Xin Yao f0dcca00d9 Readonly mode - temporary hack to dismiss keyboard 4 years ago
Xin Yao 5b9fb52804 Make showCursor default to true 4 years ago
Xin Yao 2bf7b8b585 Enable "Select", "Select All" and "Copy" in read-only mode 4 years ago
Till Friebe 977f94b347
Fix "Show toolbar" bug (#120) 4 years ago
Till Friebe 4c16af4420
Remove unnecessary parenthesis (#118) 4 years ago
Till Friebe dfeae914b1
Prefer const constructors in immutables (#117) 4 years ago
Till Friebe d6b21586a4
Prefer const constructors (#116) 4 years ago
Till Friebe 1cf37c1824
Rebuild editor when keyboard is already open (#111) 4 years ago
Till Friebe cd05dfaeb8
Avoid redundant argument values (#114) 4 years ago
Xin Yao 718912bc29 Clear hints 4 years ago
jochen fe7e0a6ba0 fix 4 years ago
Miller Adulu c593026fd9
Sound null safety migration (#87) 4 years ago
Xin Yao 54c3eb446e Web support for raw editor and keyboard listener 4 years ago
jochen 498dba598d fix crash on web (dart:io) 4 years ago
Xin Yao f7d05ba28a Upgrade version to [1.0.6] Add desktop support - WINDOWS, MACOS and LINUX 4 years ago
Jochen 4d01839360
desktop support (#79) 4 years ago
Xin Yao 5446a73b86 Fix _didChangeTextEditingValue for web 4 years ago
Xin Yao 766058b473 Upgrade version to 1.0.3 - Fix issue that text is not displayed while typing [WEB] 4 years ago
florianh01 a1d1a5cd2a
Adding an article to week 02 of articles of the week (#51) 4 years ago
li3317 4dfa6a476f format 4 years ago
li3317 e8a3d4c222 close _keyboardVisibilityController.onChange in dispose 4 years ago
Xin Yao c7b0eac42d Fix for unable to remove the last character (#44) 4 years ago
li3317 ae8f1a396b small fix 4 years ago
Xin Yao 2efb4b12c2 Update _keyboardVisibilityController.onChange.listen 4 years ago
Xin Yao 06000734e6 Update _keyboardVisibilityController.onChange.listen 4 years ago
Xin Yao 08ed4c3c85 Fix cursor focus issue when keyboard is on 4 years ago
li3317 7d4bfa67a8 support placeholder for empty content 4 years ago
singerdmx a3ee421d1a Add isEmpty method for Document class 4 years ago
li3317 0bae977188 enable autocorrect 4 years ago
singerdmx a58e0d523b Fix cursor after pasting 4 years ago
Xin Yao 4213aa1087 Pass styles to TextLine 4 years ago
Xin Yao 95c4df5432 Support custom styles 4 years ago
singerdmx 02db2adb7d Fix copy/paste 4 years ago