shonorio / tabbar_demo

A demo for the bottom TabBar of Flutter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tabbar_demo

Build Status

A demo for the bottom TabBar of Flutter application.

Getting Started

demo

In this demo, I made TabBar with 5 ways:

  • TabContainerDefault: use DefaultTabController + reserve tab content (don't reload content many times).
  • TabContainerBottom: use BottomNavigationBar to create bottom bar and load content as normal.
  • TabContainerIndexedStack: use BottomNavigationBar + IndexedStack to reduce reload content many times.
  • TabContainerLoad1Time: use BottomNavigationBar + IndexedStack + some tricks to reduce reload content many times.
  • TabContainer: Customize bottom bar + IndexedStack + some tricks to reduce reload content many times.

Please refer to my post on Medium for more details

Authors

About

A demo for the bottom TabBar of Flutter application


Languages

Language:Dart 92.3%Language:Objective-C 5.2%Language:Java 2.5%