bubble_tab_indicator 0.1.4 copy "bubble_tab_indicator: ^0.1.4" to clipboard
bubble_tab_indicator: ^0.1.4 copied to clipboard

outdated

A Flutter library to add bubble-like effect to tab indicator to TabBar.

Bubble Tab Indicator #

pub package

A Flutter library to add bubble tab indicator to TabBar.

banner

Getting Started #

Add package from github by adding the following to your pubspec.yaml, pub publication is added later.

  dependencies:
    bubble_tab_indicator: "^0.1.4"

Import the library in your file:

import 'package:bubble_tab_indicator/bubble_tab_indicator.dart';

Use the BubbleTabIndicator like this:

new TabBar(
  indicatorSize: TabBarIndicatorSize.tab,
  indicator: new BubbleTabIndicator(
    indicatorHeight: 25.0,
    indicatorColor: Colors.blueAccent,
    tabBarIndicatorSize: TabBarIndicatorSize.tab,
  ),
)
243
likes
0
pub points
96%
popularity

Publisher

unverified uploader

A Flutter library to add bubble-like effect to tab indicator to TabBar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bubble_tab_indicator