Skip to content

Commit 7095550

Browse files
authored
Changed to Flutter 3.24.0 and Dart 3.5 or higher (#136)
2 parents 34f65a1 + 2c74edf commit 7095550

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.2.1
2+
3+
- Changed to Flutter 3.24.0 and Dart 3.5 or higher
4+
- This should have been done at version 2.2.0.
5+
16
## 2.2.0
27

38
- Fix deprecated API use (ButtonBar, PopInvokedCallback)

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: adaptive_dialog
22
description: Show alert dialog or modal action sheet adaptively according to platform.
3-
version: 2.2.0
3+
version: 2.2.1
44
repository: https://github.com/mono0926/adaptive_dialog
55
funding:
66
- https://github.com/sponsors/mono0926
77
environment:
8-
sdk: ^3.4.0
9-
flutter: '>=3.22.0'
8+
sdk: ^3.5.0
9+
flutter: '>=3.24.0'
1010
dependencies:
1111
animations: ^2.0.3
1212
collection: ^1.15.0

0 commit comments

Comments
 (0)