flutter_colorful_tab_keep 0.1.2
flutter_colorful_tab_keep: ^0.1.2 copied to clipboard
A colorful TabBar for Flutter where each tab has a color (inspired by SmartNews app)(Fix theme args).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_colorful_tab_keepThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_colorful_tab_keep: ^0.1.2Alternatively, 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:flutter_colorful_tab_keep/flutter_colorful_tab_keep.dart';