rich_text_editor_controller 0.0.5 rich_text_editor_controller: ^0.0.5 copied to clipboard
A very lightweight package that allows rich text editing as well as providing a simple API for data serialization
0.0.1+1 #
- Initial release: lacks documentation and is not very stable yet, I do not recommend you use in production
0.0.1 #
- Added better documentation
- Add example code
- Add TextDecoration to exports
- Add RichTextFormField
- Add more methods to manipulate metadata
0.0.2 #
- reformat example file
0.0.3 #
- update example project
- update readme
- add tests and coverage report for project
- remove redundancies in project
0.0.4 #
- add more tests
- Added
metadata
to controller constructor - added
metadata
or default metadata (ifmetadata
is null) to delta initialization inRichTextEditorController
constructor
0.0.5 #
- Implement list/bullet point
- fix bugs