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!

GitHub

https://github.com/hienlh/flutter_point_tab_bar