We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34f65a1 + 2c74edf commit 7095550Copy full SHA for 7095550
CHANGELOG.md
@@ -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
6
## 2.2.0
7
8
- Fix deprecated API use (ButtonBar, PopInvokedCallback)
pubspec.yaml
@@ -1,12 +1,12 @@
name: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
-version: 2.2.0
+version: 2.2.1
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
environment:
- sdk: ^3.4.0
9
- flutter: '>=3.22.0'
+ sdk: ^3.5.0
+ flutter: '>=3.24.0'
10
dependencies:
11
animations: ^2.0.3
12
collection: ^1.15.0
0 commit comments