animation_custom_tabbar 0.0.1
animation_custom_tabbar: ^0.0.1 copied to clipboard
Animation Custom Tabbar is a Flutter package that provides a highly customizable and animated tab bar widget. It allows developers to create a seamless and interactive tab navigation experience in the [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animation_custom_tabbar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
animation_custom_tabbar: ^0.0.1
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:animation_custom_tabbar/animation_custom_tabbar.dart';