From 19b544f7b3e9941c87c28f6112c37a092f022a1c Mon Sep 17 00:00:00 2001 From: Ellet Date: Sat, 17 Feb 2024 03:47:51 +0300 Subject: [PATCH] Require Flutter 3.19.0 as minimum version --- CHANGELOG.md | 3 +++ flutter_quill_extensions/pubspec.yaml | 2 +- pubspec.yaml | 4 ++-- version.dart | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80ca5595..2fedf1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index c721dc32..d0944464 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 9774fa99..17ce8e03 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 diff --git a/version.dart b/version.dart index 716ba77c..8ba85ebe 100644 --- a/version.dart +++ b/version.dart @@ -1 +1 @@ -const version = '9.3.0'; +const version = '9.3.1';