Xin Yao
718912bc29
Clear hints
4 years ago
jochen
fe7e0a6ba0
fix
4 years ago
Miller Adulu
c593026fd9
Sound null safety migration ( #87 )
...
* Upgrade upgradable packages
* Apply default null-safety migrations
* Remove hashnode as a dependency and localize its functionality to the package.
Maintenance was done long time ago hence no need to wait for the update
* Localize ui package to reduce maintenance burdens
* Replace universal html with dart:html
* Remove unnecessary checks
* Fix formatting
* Migrate app to null safety
* Enable methods to be nullable
* Fix non-nullable issue with node methods
* Cast as Node
* Use universal html
* Use universal html package to bring in the ImageElement class
* Remove unused imports
* Fix imports on the editor file
* Add key to quill editor
* Remove final from the GlobalKey
* Remove final on GlobalKey
* Remove custom util implementation in favor of quiver
* Fix issue with null on token attrivute
* Remove final hashcode that is replaced by quiver functionality
* Fix merge request
* Fix hit test position in text_line.dart
* Fix null safety errors on text_selection.dart
* Fix sound null safe errors in toolbar.dart
* Import null safe file picker
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 )
...
Co-authored-by: jochen <jochendeveloper@gmail.com>
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
singerdmx
31f16bedf0
Fix missing expands
4 years ago
singerdmx
5efbfd5fbe
Implement _buildChildren(BuildContext context) for RawEditor
4 years ago
li3317
76df253f1f
add welcome note
4 years ago
singerdmx
2a22c59f57
Finish RawEditorState build method
4 years ago
singerdmx
23d26592c2
Implement RawEditorState class
4 years ago
singerdmx
5dcada3307
Implement class RenderEditableTextLine
4 years ago
singerdmx
fa82b1ba10
Implement class _TextSelectionHandleOverlay
4 years ago
singerdmx
ecbede7793
Implement RenderEditableTextBlock class
4 years ago
singerdmx
9bce3f94fe
Rename to QuillStyles class
4 years ago
singerdmx
c907f0cce4
Add QuillTheme class
4 years ago
singerdmx
d9d1f6762c
Refactor code
4 years ago
singerdmx
e8bd79a80e
Update RenderEditableContainerBox class
4 years ago
singerdmx
2c4b7d2f2f
Implement RenderEditableContainerBox
4 years ago
singerdmx
f89de198ee
Fix typo
4 years ago
singerdmx
6d7f9463ce
Add initState and dispose in RawEditorState
4 years ago
singerdmx
31c3860910
Implement handleCursorMovement method
4 years ago
singerdmx
db2a280d47
Implement RawEditorState
4 years ago