diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 7b8e5f90..82e52442 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,5 +1,5 @@ ## 0.4.1 -- Updated Dependencies conflicting. +- Updated dependencies to support image_picker 1.0 ## 0.4.0 - Fix backspace around images [PR #1309](https://github.com/singerdmx/flutter-quill/pull/1309) diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index fccac67c..9b1d7fed 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -12,18 +12,17 @@ dependencies: flutter: sdk: flutter - flutter_quill: ^7.3.3 - - image_picker: ^1.0.2 + flutter_quill: ^7.2.19 + + image_picker: ">=0.8.5 <2.0.0" photo_view: ^0.14.0 video_player: ^2.7.0 - youtube_player_flutter: ^8.1.2 + youtube_player_flutter: ^8.1.1 gallery_saver: ^2.3.2 - math_keyboard: ^0.2.1 + math_keyboard: ">=0.1.8 <0.3.0" string_validator: ^1.0.0 - universal_html: ^2.2.3 - url_launcher: ^6.1.12 - + universal_html: ^2.2.1 + url_launcher: ^6.1.9 dev_dependencies: flutter_test: