File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
11
11
## 🎖 Installing
12
12
13
+ ** 1、install**
14
+
13
15
``` yaml
14
16
dependencies :
15
17
flutter_custom_dialog : ^1.0.0
16
18
` ` `
17
19
18
- ## ⚡ Use Custom Dialog
19
-
20
- **1、import**
20
+ **2、import**
21
21
22
22
` ` ` dart
23
23
import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
24
24
```
25
25
26
- ** 2、road map **
26
+ ## 🎖 Example
27
27
28
- > dialog demo
28
+ > dialog_demo
29
29
30
30
<table >
31
31
<tr >
@@ -67,7 +67,7 @@ import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
67
67
</tr >
68
68
</table >
69
69
70
- > dialog gravity
70
+ > dialog_gravity
71
71
72
72
<table >
73
73
<tr >
@@ -109,7 +109,7 @@ import 'package:flutter_custom_dialog/flutter_custom_dialog.dart';
109
109
</tr >
110
110
</table >
111
111
112
- > dialog animation
112
+ > dialog_animation
113
113
114
114
<table >
115
115
<tr >
You can’t perform that action at this time.
0 commit comments