zefyr 0.3.0 copy "zefyr: ^0.3.0" to clipboard
zefyr: ^0.3.0 copied to clipboard

outdated

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

0.3.0 #

This version introduces new widget ZefyrScaffold which allows embedding Zefyr in custom layouts, like forms with multiple input fields.

It is now required to always wrap ZefyrEditor with an instance of this new widget. See examples and readme for more details.

There is also new ZefyrField widget which integrates Zefyr with material design decorations.

  • Breaking change: ZefyrEditor requires an ancestor ZefyrScaffold.
  • Upgraded to url_launcher version 4.0.0.
  • Exposed ZefyrEditor.physics property to allow customization of ScrollPhysics.
  • Added basic ZefyrField widget with material design decorations.

0.2.0 #

  • Breaking change: ZefyrImageDelegate.createImageProvider replaced with ZefyrImageDelegate.buildImage.
  • Fixed redundant updates on composing range for Android.
  • Added TextCapitalization.sentences
  • Added docs for embedding images.

0.1.2 #

  • Fixed analysis warnings.
  • UX: User taps on padding area around the editor and in empty space inside it now look for the nearest paragraph to move caret to.
  • UX: Toggle selection toolbar on double tap instead of refreshing it.

0.1.1 #

  • Fixed: Prevent sending excessive value updates to the native side which cause race conditions (#12).

0.1.0 #

  • Initial release.
305
likes
0
pub points
84%
popularity

Publisher

verified publishermemspace.app

Clean, minimalistic and collaboration-ready rich text editor for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, flutter, image_picker, meta, notus, quill_delta, url_launcher

More

Packages that depend on zefyr