Require Flutter 3.19.0 as minimum version

pull/1755/head
Ellet 1 year ago
parent 71c116c6ca
commit 19b544f7b3
  1. 3
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/pubspec.yaml
  3. 4
      pubspec.yaml
  4. 2
      version.dart

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

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

@ -33,7 +33,7 @@ platforms:
environment:
sdk: ">=3.1.6 <4.0.0"
flutter: ">=3.16.0"
flutter: ">=3.19.0"
dependencies:
flutter:
@ -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

@ -1 +1 @@
const version = '9.3.0';
const version = '9.3.1';

Loading…
Cancel
Save