From c1438447c1daff87632187998a0cfa9ffd534278 Mon Sep 17 00:00:00 2001 From: Alex Li Date: Fri, 5 Nov 2021 17:31:01 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=203.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4501b..36ddde7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 3.1.5 + +- `_ToastContainer` -> `ToastContainer`. +- Add tests. + ## 3.1.4 - Fix dismiss is invalid when called synchronously. (#88) diff --git a/pubspec.yaml b/pubspec.yaml index 8a24d0c..43106b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: oktoast description: A pure flutter toast library, support custom style/widget, easy achieve the same effect with native toasts. email: cjl_spy@163.com homepage: https://github.com/OpenFlutter/flutter_oktoast -version: 3.1.4 +version: 3.1.5 environment: sdk: '>=2.12.0 <3.0.0'