Skip to content

injected_page_tab_api

GIfatahTH edited this page Sep 3, 2021 · 1 revision

To work with scrollable views in Flutter you have two option, whether to use PageView and PageController or to use TabBar, TabBarView and TabControllers.

InjectedPageTab gives a clean api to deal with scrollable view and make it possible to combine PageController and TabController.