Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

flutter_point_tab_bar

a tab bar widget with point indicator.

flutter_point_tab_bar

usage

pointtabbar(
    controller: _tabcontroller,
    indicator: pointtabindicator(
        color: colors.white,
        insets: edgeinsets.only(bottom: 4),
    ),
    tabs: tablist.map((item) {
        return pointtab(
            text: item,
        );
    }).tolist(),
)

example

please run the app in the example/ folder to start playing!


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD


Download this source code for
5 USD

Top