weekly_tab_pager 0.0.9
weekly_tab_pager: ^0.0.9 copied to clipboard
Customizable TabBar component with integrated TabView that displays weekdays and allows for infinite scrolling by week.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add weekly_tab_pager
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
weekly_tab_pager: ^0.0.9
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:weekly_tab_pager/weekly_tab_pager.dart';