pill_tab_bar 0.0.3 copy "pill_tab_bar: ^0.0.3" to clipboard
pill_tab_bar: ^0.0.3 copied to clipboard

A compact sliding pill-style tab bar with smooth animation. Lightweight alternative to TabBar for segmented controls and mode switches.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pill_tab_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  pill_tab_bar: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pill_tab_bar/pill_tab_bar.dart';
1
likes
160
points
400
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A compact sliding pill-style tab bar with smooth animation. Lightweight alternative to TabBar for segmented controls and mode switches.

Repository (GitHub)
View/report issues

Topics

#widget #tabs #tab-bar #segmented-control #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pill_tab_bar