Reverted redundant dependency edits and released embeddings 0.3.1

pull/1198/head
Jonathan Salmon 2 years ago
parent 8a4a980d6a
commit 99bd4e85b4
  1. 5
      flutter_quill_extensions/CHANGELOG.md
  2. 7
      flutter_quill_extensions/pubspec.yaml

@ -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

@ -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

Loading…
Cancel
Save