Skip to content

Commit 50338b7

Browse files
committed
Update version to 2.1.9
1 parent 091fcf9 commit 50338b7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 2.1.9
4+
5+
Fix:
6+
7+
- `position` is not valid in `showToastWidget`.
8+
39
## 2.1.8
410

511
Add param `showAnim` param for dismiss method:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ And you can completely customize the style of toast, because now you can use `sh
3939

4040
```yaml
4141
dependencies:
42-
oktoast: ^2.1.8
42+
oktoast: ^2.1.9
4343
```
4444
4545
### 2. import library in dart file

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
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.
3-
version: 2.1.8
3+
version: 2.1.9
44
author: Caijinglong<[email protected]>
55
homepage: https://github.com/OpenFlutter/flutter_oktoast
66

0 commit comments

Comments
 (0)