Skip to content

Commit bb298d9

Browse files
committed
Update version to 2.3.2.
1 parent 445ac1e commit bb298d9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 2.3.2
4+
5+
Fixed a memory leak issue.
6+
37
## 2.3.1+1
48

59
- Fix health for pub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ latest version: [![pub package](https://img.shields.io/pub/v/oktoast.svg)](https
4141

4242
```yaml
4343
dependencies:
44-
oktoast: ^2.3.1 # such as version, you need use the latest version of pub.
44+
oktoast: ^2.3.2 # such as version, you need use the latest version of pub.
4545
```
4646
4747
### 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.3.1+1
3+
version: 2.3.2
44
author: Caijinglong<[email protected]>
55
homepage: https://github.com/OpenFlutter/flutter_oktoast
66

0 commit comments

Comments
 (0)