Search code examples
fluttertabbarnavigator

Flutter: How to create tabbar with navigator without using tabbar view?


Currently, I have a calendar page that has a default tab bar that can switch from a month and year calendar using a tab bar view. For the bottom Tab bar, I want it to switch from different pages to for example like a home page. Any ideas? I'm new to this.


Solution

  • You can user TabController for create tabBar in fluter. I found a simple example of TabBar demo with left Drawer.