Skip to content

Commit 3459c10

Browse files
author
Ellet
committed
Update minimum flutter version to 3.16.0
1 parent 748b128 commit 3459c10

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
## 8.6.3
4-
* Update the minimum flutter version to `3.1.5`
4+
* Update the minimum flutter version to `3.1.6`
55

66
All notable changes to this project will be documented in this file.
77

flutter_quill_extensions/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
## 0.7.1
6-
* Update the minimum flutter version to `3.1.5`
6+
* Update the minimum flutter version to `3.1.6`
77

88
## 0.7.0
99
* The `FlutterQuillLocalizations.delegate` is no longer a requirement.

flutter_quill_extensions/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ platforms:
1919
windows:
2020

2121
environment:
22-
sdk: '>=3.1.5 <4.0.0'
23-
flutter: ">=3.15.0"
22+
sdk: '>=3.1.6 <4.0.0'
23+
flutter: ">=3.16.0"
2424

2525
dependencies:
2626
flutter:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ platforms:
3030
windows:
3131

3232
environment:
33-
sdk: '>=3.1.5 <4.0.0'
34-
flutter: ">=3.15.0"
33+
sdk: '>=3.1.6 <4.0.0'
34+
flutter: ">=3.16.0"
3535

3636
dependencies:
3737
flutter:

0 commit comments

Comments
 (0)