File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0
2
+
3
+ - Add showTextInputDialog
4
+ - Add showTextAnswerDialog
5
+
1
6
## 0.1.2
2
7
3
8
- Change SheetAction's icon to nullable
Original file line number Diff line number Diff line change @@ -28,3 +28,17 @@ iOS | Android
28
28
<img width =" 497 " alt =" n7 " src =" https://user-images.githubusercontent.com/1255062/77220737-5b504b80-6b86-11ea-8f44-49568518717d.png " > | <img width =" 497 " alt =" n8 " src =" https://user-images.githubusercontent.com/1255062/77220738-5be8e200-6b86-11ea-9e7d-2067253e766d.png " >
29
29
<img width =" 497 " alt =" n9 " src =" https://user-images.githubusercontent.com/1255062/77220739-5c817880-6b86-11ea-88e8-b17caba6037d.png " > | <img width =" 497 " alt =" n10 " src =" https://user-images.githubusercontent.com/1255062/77220741-5d1a0f00-6b86-11ea-8525-120a0b3849ac.png " >
30
30
<img width =" 497 " alt =" n11 " src =" https://user-images.githubusercontent.com/1255062/77220742-5d1a0f00-6b86-11ea-9991-e1b5677eebf3.png " > | <img width =" 497 " alt =" n12 " src =" https://user-images.githubusercontent.com/1255062/77220743-5db2a580-6b86-11ea-9d9c-7b474a222c92.png " >
31
+
32
+
33
+ ## [ showTextInputDialog] ( )
34
+
35
+ iOS | Android
36
+ --- | ---
37
+ <img width =" 516 " alt =" n1 " src =" https://user-images.githubusercontent.com/1255062/77243708-6b346200-6c50-11ea-9b54-252accd1df66.png " > | <img width =" 516 " alt =" n2 " src =" https://user-images.githubusercontent.com/1255062/77243709-6f607f80-6c50-11ea-8b71-a8932adc3dd7.png " >
38
+ <img width =" 516 " alt =" n3 " src =" https://user-images.githubusercontent.com/1255062/77243711-6ff91600-6c50-11ea-8458-56d75b958283.png " > | <img width =" 516 " alt =" n4 " src =" https://user-images.githubusercontent.com/1255062/77243712-7091ac80-6c50-11ea-8c08-be62e0999267.png " >
39
+
40
+ ## [ showTextAnswerDialog] ( )
41
+
42
+ iOS | Android
43
+ --- | ---
44
+ <img width =" 516 " alt =" n5 " src =" https://user-images.githubusercontent.com/1255062/77243713-712a4300-6c50-11ea-81d4-75d7961d9224.png " > | <img width =" 516 " alt =" n6 " src =" https://user-images.githubusercontent.com/1255062/77243714-71c2d980-6c50-11ea-8bed-aa6b4dfcba0a.png " >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packages:
7
7
path: ".."
8
8
relative: true
9
9
source: path
10
- version: "0.1.2 "
10
+ version: "0.2.0 "
11
11
archive:
12
12
dependency: transitive
13
13
description:
@@ -148,7 +148,7 @@ packages:
148
148
name: mono_kit
149
149
url: "https://pub.dartlang.org"
150
150
source: hosted
151
- version: "0.14.0-dev+34 "
151
+ version: "0.14.0-dev+36 "
152
152
nested:
153
153
dependency: transitive
154
154
description:
Original file line number Diff line number Diff line change 1
1
name : adaptive_dialog
2
2
description : Show alert dialog or modal action sheet adaptively according to platform.
3
- version : 0.1.2
3
+ version : 0.2.0
4
4
homepage : https://github.com/mono0926/adaptive_dialog
5
5
environment :
6
6
sdk : " >=2.6.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments