loop_page_view 1.2.5  loop_page_view: ^1.2.5 copied 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_viewThis 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.5Alternatively, 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';