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

retractedoutdated

A Flutter tabbar gradient indicator. Writted with pure dart, supported both iOS and Android.

Tabbar gradient indicator #

Getting Started #

  1. Depend on it by adding this to your pubspec.yaml file: tabbar_gradient_indicator: ^0.0.1

  2. Import it: import 'package:tabbar_gradient_indicator/tabbar_gradient_indicator.dart'

  3. set the indicator of Tabbar like this:

TabBar(indicator: TabBarGradientIndicator(
gradientColor: [Color(0xff579CFA) , Color(0xff2FDEE7)],
indicatorWidth: 2)
)
13
likes
0
points
147
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter tabbar gradient indicator. Writted with pure dart, supported both iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on tabbar_gradient_indicator