From d265a9c678cc45e78f97b49b46f7bd5ae979dc8a Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:33:44 +0300 Subject: [PATCH] Update CHANGELOG.md --- flutter_quill_extensions/CHANGELOG.md | 4 ++++ flutter_quill_extensions/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index f8a309ec..5333f490 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -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 diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 206cc0c7..d6c3f367 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -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"