From 2b79867aa0b3bd089bc08a252ff74a64280965ae Mon Sep 17 00:00:00 2001 From: Tkko Date: Fri, 13 May 2022 09:57:14 +0400 Subject: [PATCH] Release 2.2.8 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad64c6..799b89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.8 -13/05/2022 +- Fixed dart 2.17 hints + + ## 2.2.7 -04/04/2022 - Option to listen for multiple sms on android | Property | Meaning/Default | diff --git a/pubspec.yaml b/pubspec.yaml index b34dc27..55686a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: pinput description: Pin code input (OTP) text field, iOS SMS autofill, Android SMS autofill One Time Code, Password, Passcode, Captcha, Security, Coupon, Wowcher, 2FA, Two step verification homepage: https://github.com/Tkko/Flutter_PinPut repository: https://github.com/Tkko/Flutter_PinPut -version: 2.2.7 +version: 2.2.8 environment: sdk: '>=2.12.0 <3.0.0'