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 # Changelog
## 8.6.3 ## 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. 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. All notable changes to this project will be documented in this file.
## 0.7.1 ## 0.7.1
* Update the minimum flutter version to `3.1.5` * Update the minimum flutter version to `3.1.6`
## 0.7.0 ## 0.7.0
* The `FlutterQuillLocalizations.delegate` is no longer a requirement. * The `FlutterQuillLocalizations.delegate` is no longer a requirement.

@ -19,8 +19,8 @@ platforms:
windows: windows:
environment: environment:
sdk: '>=3.1.5 <4.0.0' sdk: '>=3.1.6 <4.0.0'
flutter: ">=3.15.0" flutter: ">=3.16.0"
dependencies: dependencies:
flutter: flutter:

@ -30,8 +30,8 @@ platforms:
windows: windows:
environment: environment:
sdk: '>=3.1.5 <4.0.0' sdk: '>=3.1.6 <4.0.0'
flutter: ">=3.15.0" flutter: ">=3.16.0"
dependencies: dependencies:
flutter: flutter:

Loading…
Cancel
Save