From 4a7d3028d2d140338fb4448e9d6b2a592faefb0d Mon Sep 17 00:00:00 2001 From: Chaobin Wu Date: Thu, 20 Feb 2020 10:59:41 +0800 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89943e..50193fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -## [2.1.0-beta+1] +## [2.1.0] * Add controller for Appbar to change tab index programmaticlly; * Support with framework's DefaultTabController and TabController; * Enable access to the ConvexAppBarState; +* Fix active tab position when using even menus; ## [2.0.3] diff --git a/pubspec.yaml b/pubspec.yaml index f7863b8..852b105 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: convex_bottom_bar description: A Flutter package which implements a ConvexAppBar to show a convex tab in the bottom bar. Theming supported. -version: 2.1.0-beta+1 +version: 2.1.0 homepage: https://github.com/hacktons/convex_bottom_bar environment: