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

outdated

A pre-load PageView widget

PreloadPageView #

Like the name, this is the widget to support Pre-load function for PageView widget

Usage #

Everything is similar like PageView, you need PreloadPageView.builder and PreloadPageController to create the PreloadPageView

Example #

  @override
  Widget build(BuildContext context) {
    return new PreloadPageView.builder(
      itemCount: ...,
      itemBuilder: ...,
      onPageChanged: (int position) {...},
      .....
      controller: PreloadPageController(),
    );
  }
270
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A pre-load PageView widget

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on preload_page_view