overflow_page_view 0.1.0 copy "overflow_page_view: ^0.1.0" to clipboard
overflow_page_view: ^0.1.0 copied to clipboard

Displays items in vertical lists. When a list fills the constaints, it begins laying out items on the next page.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add overflow_page_view

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

dependencies:
  overflow_page_view: ^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:overflow_page_view/overflow_page_view.dart';
1
likes
40
pub points
10%
popularity

Publisher

verified publisheralexmeuer.com

Displays items in vertical lists. When a list fills the constaints, it begins laying out items on the next page.

Repository (GitHub)
View/report issues

License

GPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on overflow_page_view