Skip to content

Commit 2d8f3cd

Browse files
committed
update README.md
1 parent 9ecb157 commit 2d8f3cd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README-zh_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ Widget errorWidget;
151151
Widget infoWidget;
152152
```
153153

154-
## 自定义动画
155-
156-
例子: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
157-
158154
❗️**注意:**
159155

160156
- **`textColor``indicatorColor``progressColor``backgroundColor` 仅对 `EasyLoadingStyle.custom`有效。**
@@ -179,6 +175,10 @@ EasyLoading.instance
179175

180176
更多的指示器类型可查看 👉 [flutter_spinkit showcase](https://github.com/jogboms/flutter_spinkit#-showcase)
181177

178+
## 自定义动画
179+
180+
例子: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
181+
182182
## 待完成
183183

184184
- [x] 新增进度条指示器

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ Widget errorWidget;
152152
Widget infoWidget;
153153
```
154154

155-
## Custom Animation
156-
157-
example: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
158-
159155
❗️**Note:**
160156

161157
- **`textColor``indicatorColor``progressColor``backgroundColor` only used for `EasyLoadingStyle.custom`.**
@@ -181,6 +177,10 @@ EasyLoading.instance
181177

182178
More indicatorType can see in 👉 [flutter_spinkit showcase](https://github.com/jogboms/flutter_spinkit#-showcase)
183179

180+
## Custom Animation
181+
182+
example: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
183+
184184
## Todo
185185

186186
- [x] add progress indicator

0 commit comments

Comments
 (0)