Rich text editor for Flutter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2.3 KiB

0.5.2

  • Provide a way to use custom image provider for the image widgets
  • Provide a way to handle different errors in image widgets
  • Two bug fixes related to pick the image and capture it using the camera
  • Add support for image resizing on desktop platforms when forced using the mobile context menu
  • Improve performance by reducing the number of widgets rebuilt by listening to media query for only the needed things, for example instead of using MediaQuery.of(context).size, now we are using MediaQuery.sizeOf(context)

0.5.1

  • Fix warrning "The platformViewRegistry getter is deprecated and will be removed in a future release. Please import it from dart:ui_web instead."
  • Add QuillImageUtilities class
  • Small improvemenets
  • Allow to use the mobile context menu on desktop by force using it

0.5.0

  • Migrated from gallery_saver to gal for saving images
  • Added callbacks for greater control of editing images

0.4.1

  • Updated dependencies to support image_picker 1.0

0.4.0

0.3.4

  • Resolve deprecated method use in the video_player package

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