benyaminbeyzaie / circular_bottom_navigation

Circular bottom navigation is a bottom navigation library for flutter with circular indicator and cool animations.
BSD 3-Clause "New" or "Revised" License
654 stars 97 forks source link

it different to controller body without TabController #18

Closed huang12zheng closed 4 years ago

huang12zheng commented 4 years ago

it different to controller boy without TabController

Usually, my body is

TabBarView(
                      controller: tabController,
                      children: <Widget>[...]
)

and example is just without TabBarView