49 Commits (b47d22856b82cb66c9b19610d023a347b403bd35)

Author SHA1 Message Date
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
singerdmx 0d95266471 Support list with indent 4 years ago
singerdmx 3ab793c310 Support indent 4 years ago
singerdmx b3a43e3da4 Fix node bool containsOffset(int offset) 4 years ago
singerdmx 530a494e9e Make attribute value final 4 years ago
singerdmx 318d1b0962 Update attribute value to be private 4 years ago
singerdmx e808d07ecc Refactor code 4 years ago
singerdmx 03034a06e0 setState to trigger build and updateChildren 4 years ago
singerdmx 47b02de740 Move RawEditorState 4 years ago
singerdmx 2b6086ae3f Update QuillEditor constructor 4 years ago