formatus 2.0.1 copy "formatus: ^2.0.1" to clipboard
formatus: ^2.0.1 copied to clipboard

Formatus - The plain Flutter Rich-Text-Editor for all platforms

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 onChanged parameter to [FormatusController] which will be invoked with updated formattedText

1.2.0 #

  • Added Formatus.gap to allow a small gap in formatting actions. If nothing is supplied to FormatusBar.actions then 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: true because Flutter does not position cursor correctly when entering spaces at end of text

1.1.0 #

  • Modified constructor of FormatusController to be compliant to TextEditingController
  • 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.yaml to conform to range 60-180
  • Fixed cleanup of section format settings
  • Exporting FormatusViewer

1.0.1 #

  • Added FormatusViewer to display formatted text (see example about usage)
  • Fixed a bug when appending a new paragraph and then entering text

1.0.0 #

  • Initial release
1
likes
0
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

Formatus - The plain Flutter Rich-Text-Editor for all platforms

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on formatus