Skip to content

Commit 03c2317

Browse files
committed
🔖 ## 3.1.0
1 parent 7136093 commit 03c2317

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

‎CHANGELOG.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Change log
22

3+
## 3.1.0
4+
5+
- Integrate `animationBuilder` properly. (#81)
6+
- **BREAKING CHANGE**: `handleTouth` -> `handleTouch`.
7+
- Code cleanup.
8+
39
## 3.0.0
410

5-
Null safety version.
11+
- Null safety version.
612

713
## 2.3.2
814

9-
Fixed a memory leak issue.
15+
- Fixed a memory leak issue.
1016

1117
## 2.3.1+1
1218

‎README.md‎

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,32 +15,27 @@ You can completely customize the style of toast.
1515

1616
## Screenshot
1717

18-
default
19-
![pic](https://raw.githubusercontent.com/CccFans/images/master/img/20181207161700.png)
20-
21-
custom position and widget
22-
![pic](https://raw.githubusercontent.com/CccFans/images/master/img/20181207161742.png)
23-
24-
gif:
25-
26-
![pic](https://raw.githubusercontent.com/CaiJingLong/some_asset/master/ktoast2.gif)
18+
| Default | Custom | GIF |
19+
| ------- | ------ | --- |
20+
| ![pic](https://raw.githubusercontent.com/CccFans/images/master/img/20181207161700.png) | ![pic](https://raw.githubusercontent.com/CccFans/images/master/img/20181207161742.png) | ![pic](https://raw.githubusercontent.com/CaiJingLong/some_asset/master/ktoast2.gif) |
2721

2822
## Versions
2923

3024
### 3.x.x
3125

32-
Starting from the 3.x version, oktoast provides a null-safety version, the specific introduction of null-safety can be viewed in [dart][dart-safe] or [flutter][flutter-safe].
26+
Starting from the 3.x version, OkToast provides a null-safety version,
27+
the specific introduction of null-safety can be viewed in [dart][dart-safe] or [flutter][flutter-safe].
3328

3429
[flutter-safe]: https://flutter.dev/docs/null-safety
3530
[dart-safe]: https://dart.dev/null-safety
3631

3732
The 2.3.2 version is the last version that does not support null-safety.
3833

39-
### About version 1.X.X
34+
### About version 1.x
4035

41-
if you use oktoast 1.X.X ,Please use the 1.X branch, and read version readme.
36+
if you use OkToast 1.x, Please use the 1.x branch, and read version readme.
4237

43-
Proposed migration to 2.X.X version. The new version does not require buildContext.
38+
Proposed migration to 2.x version. The new version does not require buildContext.
4439

4540
And you can completely customize the style of toast, because now you can use `showToastWidget`.
4641

‎pubspec.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: oktoast
22
description: A pure flutter toast library Support custom style/widget. Easy to use. You can use this library to achieve the same effect as Android toast.
33
44
homepage: https://github.com/OpenFlutter/flutter_oktoast
5-
version: 3.0.0
5+
version: 3.1.0
66

77
environment:
8-
sdk: '>=2.12.0-0 <3.0.0'
8+
sdk: '>=2.12.0 <3.0.0'
99
flutter: '>=2.0.0'
1010

1111
dependencies:

0 commit comments

Comments
 (0)