Skip to content

Commit 8ef758b

Browse files
committed
update version 2.0.0
1 parent e906973 commit 8ef758b

11 files changed

Lines changed: 998 additions & 966 deletions

README-zh_CN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,10 @@ 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+
154158
❗️**注意:**
155159

156160
- **`textColor``indicatorColor``progressColor``backgroundColor` 仅对 `EasyLoadingStyle.custom`有效。**

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ 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+
155159
❗️**Note:**
156160

157161
- **`textColor``indicatorColor``progressColor``backgroundColor` only used for `EasyLoadingStyle.custom`.**

docs/flutter_service_worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const CACHE_NAME = 'flutter-app-cache';
33
const RESOURCES = {
44
"index.html": "926cd8008bef60a4e735ba8d18fbac9c",
55
"/": "926cd8008bef60a4e735ba8d18fbac9c",
6-
"main.dart.js": "8df8aaa175f97924a5259f1658cebe9e",
6+
"main.dart.js": "03c0c72e6e3d731e6989ecc789bba9e5",
77
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
88
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
99
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",

0 commit comments

Comments
 (0)