flutter_infinite_scroll_pagination 1.0.0-beta1 copy "flutter_infinite_scroll_pagination: ^1.0.0-beta1" to clipboard
flutter_infinite_scroll_pagination: ^1.0.0-beta1 copied to clipboard

This Flutter package offers effortless infinite scroll loading with just one line of wrapping—no complex setup or controller needed for easy integration.

Introduction #

Experience a whole new level of convenience with just a single line of wrapping—no complex setup or controller required—for effortless infinite scroll loading.

See Also, If you want the change-log by version for this package. refer to Change Log for details.

Usage #

InfiniteScrollPagination(
    isEnabled: ...,
    onLoadMore: ...,
    child: ListView.builder(
        shrinkWrap: true,
        itemCount: _items.length,
        itemBuilder: (context, index) {
            return Text(_items[index], style: TextStyle(color: Colors.white));
        },
    ),
),
1
likes
0
points
21
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

This Flutter package offers effortless infinite scroll loading with just one line of wrapping—no complex setup or controller needed for easy integration.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_appbar

More

Packages that depend on flutter_infinite_scroll_pagination