s_animated_tabs 2.0.0
s_animated_tabs: ^2.0.0 copied to clipboard
A professional and highly customizable animated tab switcher widget for Flutter that provides smooth, polished animations.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add s_animated_tabsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
s_animated_tabs: ^2.0.0Alternatively, 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:s_animated_tabs/s_animated_tabs.dart';