formatus 1.2.0
formatus: ^1.2.0 copied to clipboard
Formatus - The plain Flutter Rich-Text-Editor for all platforms without dependencies
1.2.0 #
- Added
Formatus.gapto allow a small gap in formatting actions. If nothing is supplied toFormatusBar.actionsthen this gap will separate section formats from inline format - Separated implementation of [FormatusBar] and [FormatusController] from their public API
- Fixed bug when deleting last character in a single text node
- Changed example/main.dart to set
TextFormField.showCursor: truebecause Flutter does not position cursor correctly when entering spaces at end of text
1.1.0 #
- Modified constructor of
FormatusControllerto be compliant toTextEditingController - Fixed a couple of bugs when inserting characters into an empty field
- Fixed bug in computation of text-node at end of node or section
- Implemented automatic update of output fields in example
1.0.1+1 #
- Updated description in
pubspec.yamlto conform to range 60-180 - Fixed cleanup of section format settings
- Exporting FormatusViewer
1.0.1 #
- Added
FormatusViewerto display formatted text (see example about usage) - Fixed a bug when appending a new paragraph and then entering text
1.0.0 #
- Initial release