tunitowen / fancy_bottom_navigation

Flutter plugin - FancyBottomNavigation
Apache License 2.0
758 stars 187 forks source link

change page with material page route #30

Closed DanialV closed 5 years ago

DanialV commented 5 years ago

Is there any way to change tabs with Navigator I have multi scaffold page and I want to have the static bottom navigation in all my pages is this possible?

tunitowen commented 5 years ago

Hi, sorry for the huge delay. In theory, this exposes a tabChangedListener .. which you need to act on. And, because Flutter, its just a Widget .. So I would say its technically possible, but I don't have time to look into the method.