tavsta_preload_page_view 1.0.1
tavsta_preload_page_view: ^1.0.1 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 tavsta_preload_page_viewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tavsta_preload_page_view: ^1.0.1Alternatively, 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:tavsta_preload_page_view/tavsta_preload_page_view.dart';