From 3c10c24a7d767a9c8005efc3b75d7be27186224b Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Thu, 19 Oct 2023 08:34:41 +0300 Subject: [PATCH] Update flutter_quill_extensions version --- flutter_quill_extensions/CHANGELOG.md | 4 +--- flutter_quill_extensions/pubspec.yaml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 0496248d..c206e399 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,11 +1,9 @@ -## 0.5.2 +## 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 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 diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 5b1c5670..c557c735 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill_extensions description: Embed extensions for flutter_quill including image, video, formula and etc. -version: 0.5.2 +version: 0.5.1 homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.4.12 + flutter_quill: ^7.4.13 http: ^1.1.0 image_picker: ">=1.0.4"