Skip to content

Commit 19b544f

Browse files
author
Ellet
committed
Require Flutter 3.19.0 as minimum version
1 parent 71c116c commit 19b544f

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 9.3.1
6+
* Require Flutter 3.19.0 as minimum version
7+
58
## 9.3.0
69
* **Breaking change**: `Document.fromHtml(html)` is now returns `Document` instead of `Delta`, use `DeltaX.fromHtml` to return `Delta`
710
* Update old deprecated api from Flutter 3.19

flutter_quill_extensions/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
universal_html: ^2.2.4
3636
cross_file: ^0.3.3+6
3737

38-
flutter_quill: ^9.2.10
38+
flutter_quill: ^9.3.0
3939
photo_view: ^0.14.0
4040

4141
# Plugins

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platforms:
3333

3434
environment:
3535
sdk: ">=3.1.6 <4.0.0"
36-
flutter: ">=3.16.0"
36+
flutter: ">=3.19.0"
3737

3838
dependencies:
3939
flutter:
@@ -44,7 +44,7 @@ dependencies:
4444

4545
# Normal packages
4646
intl: ^0.18.1
47-
dart_quill_delta: ^9.2.10
47+
dart_quill_delta: ^9.3.0
4848
collection: ^1.17.0
4949
quiver: ^3.2.1
5050
equatable: ^2.0.5

version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const version = '9.3.0';
1+
const version = '9.3.1';

0 commit comments

Comments
 (0)