From 3459c10d59ce7f4c1705e24cf26ebda00ac9c851 Mon Sep 17 00:00:00 2001 From: Ellet Date: Sun, 26 Nov 2023 04:14:03 +0300 Subject: [PATCH] Update minimum flutter version to 3.16.0 --- CHANGELOG.md | 2 +- flutter_quill_extensions/CHANGELOG.md | 2 +- flutter_quill_extensions/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e29c7cf..6407abae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 8.6.3 -* Update the minimum flutter version to `3.1.5` +* Update the minimum flutter version to `3.1.6` All notable changes to this project will be documented in this file. diff --git a/flutter_quill_extensions/CHANGELOG.md b/flutter_quill_extensions/CHANGELOG.md index d4fb9c61..9c599874 100644 --- a/flutter_quill_extensions/CHANGELOG.md +++ b/flutter_quill_extensions/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. ## 0.7.1 -* Update the minimum flutter version to `3.1.5` +* Update the minimum flutter version to `3.1.6` ## 0.7.0 * The `FlutterQuillLocalizations.delegate` is no longer a requirement. diff --git a/flutter_quill_extensions/pubspec.yaml b/flutter_quill_extensions/pubspec.yaml index 4b0deb6e..a347c160 100644 --- a/flutter_quill_extensions/pubspec.yaml +++ b/flutter_quill_extensions/pubspec.yaml @@ -19,8 +19,8 @@ platforms: windows: environment: - sdk: '>=3.1.5 <4.0.0' - flutter: ">=3.15.0" + sdk: '>=3.1.6 <4.0.0' + flutter: ">=3.16.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index 09c8ec49..aff6910b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -30,8 +30,8 @@ platforms: windows: environment: - sdk: '>=3.1.5 <4.0.0' - flutter: ">=3.15.0" + sdk: '>=3.1.6 <4.0.0' + flutter: ">=3.16.0" dependencies: flutter: