flutter_quill_extensions 0.6.4 flutter_quill_extensions: ^0.6.4 copied to clipboard
Embed extensions for flutter_quill including image, video, formula and etc.
0.6.4 #
- Update
QuillImageUtilities
- Add new extension on
QuillController
to accessQuillImageUtilities
instance easier - Support the new
iconButtonFactor
property
0.6.3 #
- Update
README.md
0.6.2 #
- Add more default exports
0.6.1 #
- Fix bug on web that causing the project to not build
0.6.0 #
- This version is not stable yet as it doesn't have mirgration guide and missing some things and we might introduce more breaking changes very soon but we decided to publish it because the latest stable version is not compatible with latest stable version of
flutter_quill
0.6.0-dev.6 #
- Better support for web
- Smal fixes and updates
0.6.0-dev.5 #
- Update the camera button
0.6.0-dev.4 #
- Add more exports
- Update `README.md``
- Fix save image bug
- Quick fixes
0.6.0-dev.3 #
- Disable the camera option by default on desktop
0.6.0-dev.2 #
- Another breaking changes, we will add mirgrate guide soon.
0.6.0-dev.1 #
- Breaking Changes, we have refactored most of the functions and it got renamed
0.5.1 #
- 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 usingMediaQuery.sizeOf(context)
- 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
- Add the resizing option to the forced mobile context menu
- Add new custom style attrbuite for desktop and other platforms
0.5.0 #
- Migrated from
gallery_saver
togal
for saving images - Added callbacks for greater control of editing images
0.4.1 #
- Updated dependencies to support image_picker 1.0
0.3.4 #
- Resolve deprecated method use in the
video_player
package
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 #
0.1.0 #
- Initial release