flutter_point_tab_bar 0.2.0 copy "flutter_point_tab_bar: ^0.2.0" to clipboard
flutter_point_tab_bar: ^0.2.0 copied to clipboard

A tab bar widget for Flutter with point indicator. It work on both Android and IOS.

flutter_point_tab_bar #

A tab bar widget with point indicator.

Demo #

Demo

Usage #

TabBar(
    controller: _tabController,
    indicator: PointTabIndicator(
        position: PointTabIndicatorPosition.bottom,
        color: Colors.white,
        insets: EdgeInsets.only(bottom: 6),
    ),
    tabs: tabList.map((item) {
        return Tab(
            text: item,
        );
    }).toList(),
)
copied to clipboard

Example #

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

16
likes
150
points
73
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

A tab bar widget for Flutter with point indicator. It work on both Android and IOS.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_point_tab_bar