You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Global dialog function encapsulation, with a semantic way to fill the content in
16
16
17
17
```yaml
18
18
dependencies:
19
-
flutter_custom_dialog: ^1.0.0
19
+
flutter_custom_dialog: ^1.0.1
20
20
```
21
21
22
22
**2、import**
@@ -182,6 +182,14 @@ constraints|Dialog constraints|Minimum width and height not less than 10%
182
182
animatedFunc|Animation of dialog|Emerge from the middle
183
183
barrierDismissible|Whether to click to pop up the external disappear|true
184
184
185
+
Supported method
186
+
187
+
method|description
188
+
--|--|--|
189
+
show|show dialog
190
+
dismiss|dismiss dialog
191
+
isShowing|Is the dialog showing
192
+
185
193
## ⚡ Semantic Widget
186
194
187
195
The contents of the components inside the dialog are encapsulated by semantic functions in advance to quickly build the dialog, as shown in the following table
0 commit comments