sliding_window_indicator 0.1.0 copy "sliding_window_indicator: ^0.1.0" to clipboard
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_indicator

This 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.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:sliding_window_indicator/sliding_window_indicator.dart';
0
likes
160
points
86
downloads
screenshot

Documentation

API reference

Publisher

verified publisherayushd70.dev

Weekly Downloads

A Flutter PageView line indicator with a sliding visible window of lines. Ideal for carousels and galleries with many pages.

Repository (GitHub)
View/report issues

Topics

#ui #indicator #pageview #carousel #widget

License

MIT (license)

Dependencies

flutter

More

Packages that depend on sliding_window_indicator