sliding_window_indicator 0.1.0
sliding_window_indicator: ^0.1.0 copied to clipboard
A Flutter PageView line indicator with a sliding visible window of lines. Ideal for carousels and galleries with many pages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sliding_window_indicatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sliding_window_indicator: ^0.1.0Alternatively, 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:sliding_window_indicator/sliding_window_indicator.dart';