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 fa68bcd + 0c3e86b commit 7184638Copy full SHA for 7184638
example/pubspec.lock
@@ -14,7 +14,7 @@ packages:
14
path: ".."
15
relative: true
16
source: path
17
- version: "1.6.4"
+ version: "1.6.4+1"
18
analyzer:
19
dependency: transitive
20
description:
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: adaptive_dialog
2
description: Show alert dialog or modal action sheet adaptively according to platform.
3
-version: 1.6.4
+version: 1.6.4+1
4
homepage: https://github.com/mono0926/adaptive_dialog
5
environment:
6
sdk: '>=2.17.0 <3.0.0'
@@ -17,4 +17,10 @@ dev_dependencies:
flutter_test:
sdk: flutter
pedantic_mono: any
-flutter:
+platforms:
21
+ android:
22
+ ios:
23
+ linux:
24
+ macos:
25
+ web:
26
+ windows:
0 commit comments