Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromassango committed Mar 13, 2019
1 parent c2d5e92 commit be2245f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

* option define a custom curve animation

## 2.0.0

* option to show title/icon on selected item (added reverse mode)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Follow these steps to use this library
```yaml
dependencies:
...
titled_navigation_bar: ^2.0.0
titled_navigation_bar: ^2.1.0
```
### Import the package
Expand Down Expand Up @@ -62,6 +62,7 @@ bottomNavigationBar: TitledBottomNavigationBar(
### TitledBottomNavigationBar
**onTap** - Use this to get notified when a item is clicked, you can retrieve the current item's index on this function. Should not be null!<br/>
**items** - The items of your bottom navigation bar. Use the **TitledNavigationBarItem** class to add items. Should not be null!<br/>
**curve** - Use this to define your custom curve animation. Should not be null!<br/>
**reverse** - If true, the visible widget of the selected item will be the Text (with the title of the item). If false, the visible widget of the selected item will be the icon. Default to false<br/>
**activeColor** - The active Text/Icon color. The default color is the indicatorColor of your app Theme.<br/>
**inactiveColor** - The inactive Text/Icon color. The default is the black color.<br/>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: titled_navigation_bar
description: A beautiful, clean and simple bottom navigation bar with smooth animation on click. This package is high customizable, read more bellow for more details.
version: 2.0.0
version: 2.1.0
author: Pedro Massango <pedromassango.developer@gmail.com>
homepage: https://github.com/pedromassango/titled_navigation_bar

Expand Down

0 comments on commit be2245f

Please sign in to comment.