From 41aad1b15f924294614bc298055f2e55ae465c2f Mon Sep 17 00:00:00 2001 From: Alex Li Date: Sat, 18 Sep 2021 10:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20##=203.1.3+1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 245410a..a315226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 3.1.3+1 + +- Quick fix for the `_throwIfNoContext`. + ## 3.1.3 - Throw a more precise error if the `OKToast` widget is not wrapped correctly. diff --git a/pubspec.yaml b/pubspec.yaml index dbc87c5..72cd8a7 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.3 +version: 3.1.3+1 environment: sdk: '>=2.12.0 <3.0.0'