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

outdated

A new Flutter package.

flutter_point_tab_bar #

A tab bar widget with point indicator.

Demo #

Demo

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!

16
likes
0
pub points
80%
popularity

Publisher

unverified uploader

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_point_tab_bar