From 4752bc939f829245d8caf5e836828e2387eb01ed Mon Sep 17 00:00:00 2001 From: Jonathan Salmon Date: Tue, 24 Oct 2023 22:28:11 +0100 Subject: [PATCH] fix: publishing errors --- flutter_quill_extensions/CHANGELOG.md | 2 +- flutter_quill_extensions/pubspec.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 82ccd270..167aa815 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.0 +## 0.6.0-dev - Provide a way to use custom image provider for the image widgets - Provide a way to handle different errors in image widgets diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 6c5f69f7..95c7fdc4 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -25,12 +25,14 @@ dependencies: # path: ../ http: ^1.1.0 - image_picker: ">=1.0.4" + image_picker: ^1.0.4 + path: ^1.8.0 photo_view: ^0.14.0 video_player: ^2.7.2 youtube_player_flutter: ^8.1.2 - math_keyboard: ">=0.2.1" + math_keyboard: ^0.2.1 universal_html: ^2.2.4 + url_launcher: ^6.0.0 gal: ^2.1.2