formatus 2.0.2
formatus: ^2.0.2 copied to clipboard
Formatus - The plain Flutter Rich-Text-Editor for all platforms
2.0.2 #
- added attribute
hideInactivetoFormatusBarto hide the bar when the focus is outside both the bar and the text field - smooth transition of bar fading in and out
- added platform determination to size format-actions accordingly
2.0.1 #
- Fixed bug to collapse actions properly
- Sizes (big and small) are now mutually exclusive
2.0.0 #
- Parsing skips unknown tags
- Added ordered and unordered lists
- Added action to insert, modify and delete a link
- Formatting actions can now be collapsed
1.4.1 #
- Fixed bug when starting with an empty formatted string
- Removed subscript and superscript from default formatting actions
- Colored text now encodes according to html syntax allowing saved format to be used for email
1.4.0 #
- Fixed changing color of an already colored text
- Added subscript and superscript (please see
Known Deficiencies) - Fixed bugs when having multiple empty lines
1.3.0 #
- Added color action
- Refactored internal structure to ease changes from text editing
- Fixed multiple bugs deleting and inserting a range of text
1.2.1 #
- Added optional
onChangedparameter to [FormatusController] which will be invoked with updatedformattedText
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