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

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.2.5

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';
68
likes
130
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

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on loop_page_view