Update minimum flutter version to 3.16.0

pull/1555/head v8.6.3
Ellet 1 year ago
parent 748b128307
commit 3459c10d59
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      CHANGELOG.md
  2. 2
      flutter_quill_extensions/CHANGELOG.md
  3. 4
      flutter_quill_extensions/pubspec.yaml
  4. 4
      pubspec.yaml

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

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

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

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

Loading…
Cancel
Save