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 a00f0be commit a3b0a13Copy full SHA for a3b0a13
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.10.0
2
+
3
+- feat: Add option to set toggleable for showConfirmDialog (#123)
4
5
## 1.9.0+1
6
7
- Adds pub topics and screenshots to package metadata.
example/pubspec.lock
@@ -15,7 +15,7 @@ packages:
15
path: ".."
16
relative: true
17
source: path
18
- version: "1.9.0+2"
+ version: "1.10.0"
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.9.0+2
+version: 1.10.0
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
0 commit comments