Skip to content

Commit 6ea8ab3

Browse files
committed
Fix analysis
1 parent 78017b3 commit 6ea8ab3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/flutter_adaptive_scaffold/CHANGELOG.md

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

3-
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
3+
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
44
* Migrates deprecated MaterialState and MaterialStateProperty to WidgetState and WidgetStateProperty.
55

66
## 0.1.10+2

packages/flutter_adaptive_scaffold/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+
55
repository: https://github.com/flutter/packages/tree/main/packages/flutter_adaptive_scaffold
66

77
environment:
8-
sdk: ^3.2.0
9-
flutter: ">=3.16.0"
8+
sdk: ^3.3.0
9+
flutter: ">=3.19.0"
1010

1111
dependencies:
1212
flutter:

0 commit comments

Comments
 (0)