Skip to content

Commit 7184638

Browse files
authored
Merge pull request #83 from mono0926/82-fix-supported-platforms
Fix supported platforms
2 parents fa68bcd + 0c3e86b commit 7184638

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
path: ".."
1515
relative: true
1616
source: path
17-
version: "1.6.4"
17+
version: "1.6.4+1"
1818
analyzer:
1919
dependency: transitive
2020
description:

pubspec.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: adaptive_dialog
22
description: Show alert dialog or modal action sheet adaptively according to platform.
3-
version: 1.6.4
3+
version: 1.6.4+1
44
homepage: https://github.com/mono0926/adaptive_dialog
55
environment:
66
sdk: '>=2.17.0 <3.0.0'
@@ -17,4 +17,10 @@ dev_dependencies:
1717
flutter_test:
1818
sdk: flutter
1919
pedantic_mono: any
20-
flutter:
20+
platforms:
21+
android:
22+
ios:
23+
linux:
24+
macos:
25+
web:
26+
windows:

0 commit comments

Comments
 (0)