Miller Adulu
9f03b21f83
Fix issues with basic widget rendering and editing
4 years ago
Miller Adulu
419f31371b
Fix issue with basic text editing and editor display
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
Miller Adulu
1d24ca6adf
Remove final from the GlobalKey
4 years ago
Miller Adulu
bb3a717055
Add key to quill editor
4 years ago
Miller Adulu
4217d621a4
Fix imports on the editor file
4 years ago
Miller Adulu
a84af22277
Remove unused imports
4 years ago
Miller Adulu
943e9f7dcc
Use universal html package to bring in the ImageElement class
4 years ago
Miller Adulu
9efbbc92f0
Use universal html
4 years ago
Miller Adulu
d48abe8ea7
Fix formatting
4 years ago
Miller Adulu
b14c1dc9dc
Remove unnecessary checks
4 years ago
Miller Adulu
cff918a88e
Replace universal html with dart:html
4 years ago
Miller Adulu
321cb76c71
Localize ui package to reduce maintenance burdens
4 years ago
Miller Adulu
e9c5a2238e
Apply default null-safety migrations
4 years ago
FelixMittermeier
59071021f5
Bugfix: the "select, copy, paste" toolbar was still accessible even if the interactive selection has been disabled ( #71 )
4 years ago
Xin Yao
94210c50de
Remove unused import
4 years ago
Rishi Raj Singh
c282f3c1c1
Fix Import issue ( #61 )
...
* Remove conditional import
* fix pickWeb
* Fix all issues
* fix import issue
Co-authored-by: Xin Yao <singerdmx@gmail.com>
4 years ago
Rishi Raj Singh
80c15fb2f4
Fix all issues ( #60 )
...
* Remove conditional import
* fix pickWeb
* Fix all issues
Co-authored-by: Xin Yao <singerdmx@gmail.com>
4 years ago
Xin Yao
9810fae5d9
Remove conditional import ( #59 )
...
* Remove conditional import
* fix pickWeb
Co-authored-by: rish07 <rishirajsinghchhabra@gmail.com>
4 years ago
Rishi Raj Singh
41a0555482
Revert "Bug Fix and version update in pubspec.yaml ( #56 )" ( #57 )
...
This reverts commit ffbc2acf42
.
4 years ago
Rishi Raj Singh
ffbc2acf42
Bug Fix and version update in pubspec.yaml ( #56 )
...
* Add base64 support in image import
* fix bug
Co-authored-by: Creator <creator@pop-os.localdomain>
4 years ago
li3317
b1155e3ea8
support flutter 2.0
4 years ago
Xin Yao
9a89953f24
Expand link prefixes
...
https://beradrian.wordpress.com/2010/01/15/special-links/
4 years ago
Xin Yao
26652ef572
Improve link handling for tel, mailto and etc
4 years ago
Xin Yao
ec2b754a87
Refactor code
4 years ago
Rishi Raj Singh
fe01f66b61
Add base64 support in image import ( #41 )
4 years ago
li3317
6c156d4a9a
more fix on keyboard focus when cursor is on + bump version
4 years ago
Xin Yao
08ed4c3c85
Fix cursor focus issue when keyboard is on
4 years ago
li3317
471c1cb7ee
scroll screen on keyboard popup
4 years ago
li3317
7d4bfa67a8
support placeholder for empty content
4 years ago
Rishi Raj Singh
066f4d29fc
Fix image size issue ( #24 )
4 years ago
rish07
3308e5d706
Fixed phone build break issue
4 years ago
rish07
478c44c17f
Fix image size issue
4 years ago
rish07
14a417cbf3
image support added on web
4 years ago
Arjan Aswal
f1cc71d1bc
Replace Asset Image with File Image
...
File image is a better implementation as the image is provided by the device file system
4 years ago
singerdmx
7837f98e12
Image attribute shows broken image icon when clicked
4 years ago
singerdmx
8ef1697409
Update README
4 years ago
rish07
e287043b5d
Added keyboard shortcut with ctrl+b
4 years ago
rish07
e9eba510da
Bottom toolbar bug fix
4 years ago
Xin Yao
b04f31e118
Support image on local device storage without uploading
4 years ago
Xin Yao
95c4df5432
Support custom styles
4 years ago
singerdmx
5b45693e2a
Fix _onTapping not always returning bool
4 years ago
singerdmx
a31b80235e
Upgrade version
4 years ago
li3317
28250d2c57
fix check list cursor
4 years ago
singerdmx
c1844fec79
Fix for flip checkbox
4 years ago
singerdmx
2bc0dd130c
Initial fix for flip checkbox
4 years ago
singerdmx
4f4eea1ef1
Handle tapping when no text yet on this line for checkbox list
4 years ago
singerdmx
1913136d4f
Flip checkbox only tapping at the beginning of text line
4 years ago
li3317
dfdd1b7667
add check list ontap
4 years ago
singerdmx
3853c92bd1
Rename _onTapping method
4 years ago