loop_page_view 1.0.10 copy "loop_page_view: ^1.0.10" to clipboard
loop_page_view: ^1.0.10 copied to clipboard

outdated

A simple Flutter PageView builder constructor wrapper that allows for "indefinitely" scrolling on both directions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loop_page_view

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

dependencies:
  loop_page_view: ^1.0.10

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:loop_page_view/loop_page_view.dart';
77
likes
0
points
11.7k
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Flutter PageView builder constructor wrapper that allows for "indefinitely" scrolling on both directions.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on loop_page_view