Skip to content

Commit

Permalink
Require Flutter 3.19.0 as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Feb 17, 2024
1 parent 71c116c commit 19b544f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 9.3.1
* Require Flutter 3.19.0 as minimum version

## 9.3.0
* **Breaking change**: `Document.fromHtml(html)` is now returns `Document` instead of `Delta`, use `DeltaX.fromHtml` to return `Delta`
* Update old deprecated api from Flutter 3.19
Expand Down
2 changes: 1 addition & 1 deletion flutter_quill_extensions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
universal_html: ^2.2.4
cross_file: ^0.3.3+6

flutter_quill: ^9.2.10
flutter_quill: ^9.3.0
photo_view: ^0.14.0

# Plugins
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ platforms:

environment:
sdk: ">=3.1.6 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.19.0"

dependencies:
flutter:
Expand All @@ -44,7 +44,7 @@ dependencies:

# Normal packages
intl: ^0.18.1
dart_quill_delta: ^9.2.10
dart_quill_delta: ^9.3.0
collection: ^1.17.0
quiver: ^3.2.1
equatable: ^2.0.5
Expand Down
2 changes: 1 addition & 1 deletion version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const version = '9.3.0';
const version = '9.3.1';

0 comments on commit 19b544f

Please sign in to comment.