Tabbar A Flutter tab bar widget with point indicator Feb 07, 2020 1 min read flutter_point_tab_bar A tab bar widget with point indicator. Usage PointTabBar( controller: _tabController, indicator: PointTabIndicator( color: Colors.white, insets: EdgeInsets.only(bottom: 4), ), tabs: tabList.map((item) { return PointTab( text: item, ); }).toList(), ) Dart Example Please run the app in the example/ folder to start playing! GitHub https://github.com/hienlh/flutter_point_tab_bar TabbarWidgets
Widgets Flutter multiplatform navigation sidebar / side navigation bar / drawer widget Flutter multiplatform navigation sidebar / side navigation bar / drawer widget 07 March 2022
Tabbar A beautiful animated flutter widget package library A beautiful animated flutter widget package library. The tab bar will attempt to use your current theme out of the box, however you may want to theme it. 08 June 2020
Widgets A Hold To Confirm Button widget for Flutter apps This package provides a HoldToConfirmButton widget for Flutter apps. It allows users to hold down the button, which visually fills up as it's pressed. 30 March 2024