File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ Widget errorWidget;
151151Widget 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] 新增进度条指示器
Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ Widget errorWidget;
152152Widget 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
182178More 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
You can’t perform that action at this time.
0 commit comments