From b7d2c82dfb52173a78ee220c658319ccaa87fa13 Mon Sep 17 00:00:00 2001 From: vantuan88291 Date: Fri, 16 Sep 2022 17:12:05 +0700 Subject: [PATCH] Release ver 1.0.6 --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ba8c4..60a0a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,4 +60,8 @@ ## [1.0.5] - TODO: Add avoidBottomInset -* Merge pull request #7 by @nathanielajayi7 \ No newline at end of file +* Merge pull request #7 by @nathanielajayi7 + +## [1.0.6] - TODO: Avoid Keyboard when showing from bottom + +* Merge pull request #8 by @nathanielajayi7 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index bc506a9..a47a048 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_dropdown_alert description: A dropdown alert package for flutter, help user notify the alert like push notification when call api success, fail or waring. -version: 1.0.5 +version: 1.0.6 email: vantuan88291@gmail.com homepage: https://github.com/vantuan88291/flutter_dropdown_alert