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
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
singerdmx
bf44b9c78f
Rename method to _tappingUrlOrImage
4 years ago
singerdmx
fcf42fddba
Trim url before launch
4 years ago
singerdmx
12b98a8a0d
Update editor to catch targetChild null
4 years ago
singerdmx
a6581cda10
Fix launch url
4 years ago
singerdmx
b5830f65b6
Fix https
4 years ago
singerdmx
d21b8565db
Fix _launchUrl
4 years ago
singerdmx
da4f8e2494
Fix launch url
4 years ago
singerdmx
3450cf6e7f
Update _launchUrl
4 years ago
singerdmx
e34e0c7660
Update example
4 years ago
singerdmx
c4d6edc60e
Update example main.dart
4 years ago
singerdmx
92a0579489
Support image tap to go to photo view
4 years ago
singerdmx
e497e57fc7
Remove image tapper
4 years ago
singerdmx
341b9b015d
Initial Image Picker implementation
4 years ago