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.
1 parent 318c63c commit e24c51cCopy full SHA for e24c51c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.8.3
2
+
3
+- Fix no title `showModalActionSheet` for Material style
4
5
## 1.8.2
6
7
- Fix the error with `pop` when `BuildContext` is disposed
example/pubspec.lock
@@ -15,7 +15,7 @@ packages:
15
path: ".."
16
relative: true
17
source: path
18
- version: "1.8.2"
+ version: "1.8.3"
19
analyzer:
20
dependency: transitive
21
description:
pubspec.yaml
@@ -1,6 +1,6 @@
name: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
-version: 1.8.2
+version: 1.8.3
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
0 commit comments