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

A pre-load PageView widget which you can use it to preload one page before and after current page.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add preload_page_view
copied to clipboard

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.2.0
copied to clipboard

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';
copied to clipboard
306
likes
150
points
46.2k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

A pre-load PageView widget which you can use it to preload one page before and after current page.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on preload_page_view