flutter_quill_extensions release 0.3.2

pull/1231/head
Jonathan Salmon 2 years ago
parent 5ae6e824fa
commit 5cd0785ce4
  1. 3
      flutter_quill_extensions/CHANGELOG.md
  2. 4
      flutter_quill_extensions/pubspec.yaml

@ -1,3 +1,6 @@
## 0.3.2
* Updated dependencies to support intl 0.18
## 0.3.1
* Image embedding tweaks
* Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working.

@ -1,6 +1,6 @@
name: flutter_quill_extensions
description: Embed extensions for flutter_quill including image, video, formula and etc.
version: 0.3.1
version: 0.3.2
homepage: https://bulletjournal.us/home/index.html
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
@ -19,7 +19,7 @@ dependencies:
video_player: ^2.4.2
youtube_player_flutter: ^8.1.1
gallery_saver: ^2.3.2
math_keyboard: ^0.2.0
math_keyboard: ">=0.1.8 <0.3.0"
string_validator: ^1.0.0
universal_html: ^2.2.1
url_launcher: ^6.1.9

Loading…
Cancel
Save