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

outdated

A pre-load PageView widget which you can use it to preload one page before and after current page. Everything is similar like PageView, you just need to change your PageView to PreloadPageView then th [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add preload_page_view

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

dependencies:
  preload_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:preload_page_view/preload_page_view.dart';
270
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A pre-load PageView widget which you can use it to preload one page before and after current page. Everything is similar like PageView, you just need to change your PageView to PreloadPageView then the preload functon will work.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on preload_page_view