Update CHANGELOG.md

pull/1428/head
Ahmed Hnewa 2 years ago
parent c8941e9963
commit d265a9c678
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      flutter_quill_extensions/CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,7 @@
## 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
## 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

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_quill: ^7.4.9
flutter_quill: ^7.4.12
http: ^1.1.0
image_picker: ">=1.0.4"

Loading…
Cancel
Save