load_more_tab_bar 1.0.3 copy "load_more_tab_bar: ^1.0.3" to clipboard
load_more_tab_bar: ^1.0.3 copied to clipboard

Load More Tab Bar is a Flutter package that provides a dynamic tab bar with a scrollable, load more, keep scroll position when tabs length is changed and awesome other functions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add load_more_tab_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  load_more_tab_bar: ^1.0.3

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:load_more_tab_bar/load_more_tab_bar.dart';
8
likes
70
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Load More Tab Bar is a Flutter package that provides a dynamic tab bar with a scrollable, load more, keep scroll position when tabs length is changed and awesome other functions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, linked_scroll_controller

More

Packages that depend on load_more_tab_bar