md2_tab_indicator 1.0.2 md2_tab_indicator: ^1.0.2 copied to clipboard
MD2TabIndicator is a tab indicator influenced by Google's Material Design 2 tab indicator design and developed by
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add md2_tab_indicator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
md2_tab_indicator: ^1.0.2
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:md2_tab_indicator/md2_tab_indicator.dart';