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

outdated

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

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
13%
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

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on overflow_page_view