extended_tabs 4.1.0 extended_tabs: ^4.1.0 copied to clipboard
A powerful official extension library of Tab/TabBar/TabView, which support to scroll ancestor or child Tabs when current is overscroll, and set scroll direction and cache extent.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add extended_tabs
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
extended_tabs: ^4.1.0
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:extended_tabs/extended_tabs.dart';