Skip to content

Commit dd0581d

Browse files
committed
update v2.2.1
1 parent 2929f0c commit dd0581d

19 files changed

+224
-221
lines changed

CHANGELOG.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1+
## [2.2.1] - 2020.11.30
2+
3+
* fixed bugs
14
## [2.2.0] - 2020.11.19
25

36
* add init method
47

58
## [2.1.3] - 2020.11.13
69

7-
* fixed [#64](https://github.com/huangjianke/flutter_easyloading/issues/64)
10+
* fixed [#64](https://github.com/kokohuang/flutter_easyloading/issues/64)
811

912
## [2.1.2] - 2020.11.12
1013

11-
* fixed [#63](https://github.com/huangjianke/flutter_easyloading/issues/63)
14+
* fixed [#63](https://github.com/kokohuang/flutter_easyloading/issues/63)
1215

1316
## [2.1.1] - 2020.11.11
1417

@@ -17,18 +20,18 @@
1720
## [2.1.0] - 2020.11.11
1821

1922
* add loading status callback
20-
* add dismissOnTap option [#59](https://github.com/huangjianke/flutter_easyloading/issues/59)
21-
* fixed [#61](https://github.com/huangjianke/flutter_easyloading/issues/61)
23+
* add dismissOnTap option [#59](https://github.com/kokohuang/flutter_easyloading/issues/59)
24+
* fixed [#61](https://github.com/kokohuang/flutter_easyloading/issues/61)
2225
* fixed bugs
2326

2427
## [2.0.1] - 2020.11.06
2528

26-
* fixed [#58](https://github.com/huangjianke/flutter_easyloading/issues/58)
29+
* fixed [#58](https://github.com/kokohuang/flutter_easyloading/issues/58)
2730

2831
## [2.0.0] - 2020.09.28
2932

3033
* add custom animation style
31-
* add toast postion option [#14](https://github.com/huangjianke/flutter_easyloading/issues/14) [#49](https://github.com/huangjianke/flutter_easyloading/issues/49)
34+
* add toast postion option [#14](https://github.com/kokohuang/flutter_easyloading/issues/14) [#49](https://github.com/kokohuang/flutter_easyloading/issues/49)
3235
* fixed bugs
3336

3437
## [1.3.0] - 2020.09.24
@@ -37,24 +40,24 @@
3740

3841
## [1.2.1] - 2020.09.22
3942

40-
* add indicatorWidget option [#45](https://github.com/huangjianke/flutter_easyloading/issues/45)
43+
* add indicatorWidget option [#45](https://github.com/kokohuang/flutter_easyloading/issues/45)
4144

4245
## [1.2.0] - 2020.09.16
4346

44-
* add textStyle option [#34](https://github.com/huangjianke/flutter_easyloading/issues/34)
47+
* add textStyle option [#34](https://github.com/kokohuang/flutter_easyloading/issues/34)
4548
* fixed bugs
4649

4750
## [1.1.4] - 2020.03.23
4851

49-
* add lineWidth option [#9](https://github.com/huangjianke/flutter_easyloading/issues/9)
52+
* add lineWidth option [#9](https://github.com/kokohuang/flutter_easyloading/issues/9)
5053

5154
## [1.1.3] - 2020.03.19
5255

53-
* fixed [#8](https://github.com/huangjianke/flutter_easyloading/issues/8)
56+
* fixed [#8](https://github.com/kokohuang/flutter_easyloading/issues/8)
5457

5558
## [1.1.2] - 2020.03.16
5659

57-
* fixed [#7](https://github.com/huangjianke/flutter_easyloading/issues/7)
60+
* fixed [#7](https://github.com/kokohuang/flutter_easyloading/issues/7)
5861
* optimize code style
5962

6063
## [1.1.1] - 2020.02.28

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 huangjianke
3+
Copyright (c) 2020 kokohuang
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README-zh_CN.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Flutter EasyLoading
22

3-
[![pub package](https://img.shields.io/pub/v/flutter_easyloading?style=flat)](https://pub.dev/packages/flutter_easyloading) [![pub points](https://badges.bar/flutter_easyloading/pub%20points)](https://pub.dev/packages/flutter_easyloading/score) [![popularity](https://badges.bar/flutter_easyloading/popularity)](https://pub.dev/packages/flutter_easyloading/score) [![likes](https://badges.bar/flutter_easyloading/likes)](https://pub.dev/packages/flutter_easyloading/score) [![license](https://img.shields.io/github/license/huangjianke/flutter_easyloading?style=flat)](https://github.com/huangjianke/flutter_easyloading) [![stars](https://img.shields.io/github/stars/huangjianke/flutter_easyloading?style=social)](https://github.com/huangjianke/flutter_easyloading)
3+
[![pub package](https://img.shields.io/pub/v/flutter_easyloading?style=flat)](https://pub.dev/packages/flutter_easyloading) [![pub points](https://badges.bar/flutter_easyloading/pub%20points)](https://pub.dev/packages/flutter_easyloading/score) [![popularity](https://badges.bar/flutter_easyloading/popularity)](https://pub.dev/packages/flutter_easyloading/score) [![likes](https://badges.bar/flutter_easyloading/likes)](https://pub.dev/packages/flutter_easyloading/score) [![license](https://img.shields.io/github/license/kokohuang/flutter_easyloading?style=flat)](https://github.com/kokohuang/flutter_easyloading) [![stars](https://img.shields.io/github/stars/kokohuang/flutter_easyloading?style=social)](https://github.com/kokohuang/flutter_easyloading)
44

55
[English](./README.md) | 简体中文
66

7-
<img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif01.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif02.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif03.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif04.gif" width=200 height=429/>
7+
<img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif01.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif02.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif03.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif04.gif" width=200 height=429/>
88

99
## 在线预览
1010

11-
👉 [https://huangjianke.github.io/flutter_easyloading](https://huangjianke.github.io/flutter_easyloading/#/)
11+
👉 [https://kokohuang.github.io/flutter_easyloading](https://kokohuang.github.io/flutter_easyloading/#/)
1212

1313
## 安装
1414

1515
将以下代码添加到您项目中的 `pubspec.yaml` 文件:
1616

1717
```yaml
1818
dependencies:
19-
flutter_easyloading: ^2.2.0
19+
flutter_easyloading: ^2.2.1
2020
```
2121
2222
## 导入
@@ -196,7 +196,7 @@ EasyLoading.instance
196196

197197
## 自定义动画
198198

199-
例子: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
199+
例子: 👉 [Custom Animation](https://github.com/kokohuang/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
200200

201201
## 待完成
202202

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Flutter EasyLoading
22

3-
[![pub package](https://img.shields.io/pub/v/flutter_easyloading?style=flat)](https://pub.dev/packages/flutter_easyloading) [![pub points](https://badges.bar/flutter_easyloading/pub%20points)](https://pub.dev/packages/flutter_easyloading/score) [![popularity](https://badges.bar/flutter_easyloading/popularity)](https://pub.dev/packages/flutter_easyloading/score) [![likes](https://badges.bar/flutter_easyloading/likes)](https://pub.dev/packages/flutter_easyloading/score) [![license](https://img.shields.io/github/license/huangjianke/flutter_easyloading?style=flat)](https://github.com/huangjianke/flutter_easyloading) [![stars](https://img.shields.io/github/stars/huangjianke/flutter_easyloading?style=social)](https://github.com/huangjianke/flutter_easyloading)
3+
[![pub package](https://img.shields.io/pub/v/flutter_easyloading?style=flat)](https://pub.dev/packages/flutter_easyloading) [![pub points](https://badges.bar/flutter_easyloading/pub%20points)](https://pub.dev/packages/flutter_easyloading/score) [![popularity](https://badges.bar/flutter_easyloading/popularity)](https://pub.dev/packages/flutter_easyloading/score) [![likes](https://badges.bar/flutter_easyloading/likes)](https://pub.dev/packages/flutter_easyloading/score) [![license](https://img.shields.io/github/license/kokohuang/flutter_easyloading?style=flat)](https://github.com/kokohuang/flutter_easyloading) [![stars](https://img.shields.io/github/stars/kokohuang/flutter_easyloading?style=social)](https://github.com/kokohuang/flutter_easyloading)
44

55
English | [简体中文](./README-zh_CN.md)
66

7-
<img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif01.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif02.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif03.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/huangjianke/flutter_easyloading/master/images/gif04.gif" width=200 height=429/>
7+
<img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif01.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif02.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif03.gif" width=200 height=429/> <img src="https://raw.githubusercontent.com/kokohuang/flutter_easyloading/master/images/gif04.gif" width=200 height=429/>
88

99
## Live Preview
1010

11-
👉 [https://huangjianke.github.io/flutter_easyloading](https://huangjianke.github.io/flutter_easyloading/#/)
11+
👉 [https://kokohuang.github.io/flutter_easyloading](https://kokohuang.github.io/flutter_easyloading/#/)
1212

1313
## Installing
1414

1515
Add this to your package's `pubspec.yaml` file:
1616

1717
```yaml
1818
dependencies:
19-
flutter_easyloading: ^2.2.0
19+
flutter_easyloading: ^2.2.1
2020
```
2121
2222
## Import
@@ -27,7 +27,7 @@ import 'package:flutter_easyloading/flutter_easyloading.dart';
2727

2828
## How to use
2929

30-
First, initialize `FlutterEasyLoading` in `MaterialApp`/`CupertinoApp`:
30+
First, initialize `EasyLoading` in your `MaterialApp`/`CupertinoApp`:
3131

3232
```dart
3333
class MyApp extends StatelessWidget {
@@ -197,7 +197,7 @@ More indicatorType can see in 👉 [flutter_spinkit showcase](https://github.com
197197

198198
## Custom Animation
199199

200-
example: 👉 [Custom Animation](https://github.com/huangjianke/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
200+
example: 👉 [Custom Animation](https://github.com/kokohuang/flutter_easyloading/blob/develop/example/lib/custom_animation.dart)
201201

202202
## Todo
203203

0 commit comments

Comments
 (0)