From 99bd4e85b4456503dcc5c5e7aeb2fec709762333 Mon Sep 17 00:00:00 2001 From: Jonathan Salmon Date: Tue, 2 May 2023 22:36:08 +0100 Subject: [PATCH] Reverted redundant dependency edits and released embeddings 0.3.1 --- flutter_quill_extensions/CHANGELOG.md | 5 +++++ flutter_quill_extensions/pubspec.yaml | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index 00824281..b741b21a 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.1 +* Image embedding tweaks + * Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working. + * Implement image insert for web (image as base64) + ## 0.3.0 * Added support for adding custom tooltips to toolbar buttons diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 0d29645d..0f3ccc9c 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -14,11 +14,10 @@ dependencies: flutter_quill: ^7.1.12 - file_picker: ^5.2.10 - image_picker: ^0.8.7+3 + image_picker: ^0.8.5+3 photo_view: ^0.14.0 - video_player: ^2.6.1 - youtube_player_flutter: ^8.1.2 + video_player: ^2.4.2 + youtube_player_flutter: ^8.1.1 gallery_saver: ^2.3.2 math_keyboard: ^0.1.8 string_validator: ^1.0.0