flutter_quill_extensions 0.3.3 copy "flutter_quill_extensions: ^0.3.3" to clipboard
flutter_quill_extensions: ^0.3.3 copied to clipboard

Embed extensions for flutter_quill including image, video, formula and etc.

0.3.3 #

  • Fix a prototype bug which was bring by PR #1230

0.3.2 #

  • Updated dependencies to support intl 0.18

0.3.1 #

  • Image embedding tweaks
    • Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working.
    • Implement image insert for web (image as base64)

0.3.0 #

  • Added support for adding custom tooltips to toolbar buttons

0.2.0 #

  • Allow widgets to override widget span properties b7951b0
  • Remove tuples 3e9452e
  • Remove transparent color of ImageVideoUtils dialog 74544bd
  • Migrate to youtube_player_flutter from youtube_player_flutter_quill
  • Updates to forumla button 5228f38

0.1.0 #

  • Initial release