From 36763fe345d0f576b89ae17a2e009f88e0c6825f Mon Sep 17 00:00:00 2001 From: Ahmed Hnewa <73608287+freshtechtips@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:34:25 +0300 Subject: [PATCH] Update CHANGELOG.md --- flutter_quill_extensions/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 5333f490..74265cef 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,6 +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 +- Two bug fixes related to pick the image and capture it using the camera ## 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."