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

outdated

A simple Flutter PageView builder constructor wrapper that allows for endless 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.11

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';
69
likes
0
pub points
93%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on loop_page_view