pedromassango / bottom_navy_bar

A beautiful and animated bottom navigation
https://youtu.be/jJPSKEEiN-E
Apache License 2.0
1.03k stars 217 forks source link

currentIndex #51

Closed peterramsis closed 4 years ago

peterramsis commented 4 years ago

in first time tab not active

pedromassango commented 4 years ago

I thanks for opening this issue. Can you please show me your implementation of this package?

sshmaxime commented 4 years ago

I think he is talking when you set _currentIndex to 1, the bottom navigation is at the right index but the first tab is not set. You need to manually do _pageController.jumpToPage(_currentIndex); in your widget build to make it active.