Skip to content

Commit 5cd0785

Browse files
committed
flutter_quill_extensions release 0.3.2
1 parent 5ae6e82 commit 5cd0785

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

flutter_quill_extensions/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.3.2
2+
* Updated dependencies to support intl 0.18
3+
14
## 0.3.1
25
* Image embedding tweaks
36
* Add MediaButton which is intened to superseed the ImageButton and VideoButton. Only image selection is working.

flutter_quill_extensions/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_quill_extensions
22
description: Embed extensions for flutter_quill including image, video, formula and etc.
3-
version: 0.3.1
3+
version: 0.3.2
44
homepage: https://bulletjournal.us/home/index.html
55
repository: https://github.com/singerdmx/flutter-quill/tree/master/flutter_quill_extensions
66

@@ -19,7 +19,7 @@ dependencies:
1919
video_player: ^2.4.2
2020
youtube_player_flutter: ^8.1.1
2121
gallery_saver: ^2.3.2
22-
math_keyboard: ^0.2.0
22+
math_keyboard: ">=0.1.8 <0.3.0"
2323
string_validator: ^1.0.0
2424
universal_html: ^2.2.1
2525
url_launcher: ^6.1.9

0 commit comments

Comments
 (0)