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

discontinued
outdated

Scroll pagination fetch more data

Flatlist Scroll #


Flatlist Scroll is library help user scroll fetch data from API with return next number page.

Screenshot #

Usage #

    // Widget fetch data list
    FlatlistScroll(
        // Controller scroll in list
        controller: ScrollController(),
        // Data input in list
        data: data,
        // Return page number start from 1
        onLoadMore: fetchData,
        // Render Widget item in list
        renderItem: (item) => _buildItem(item),
        // Height pixel bottom of list when load more data.
        onLoadMoreThreshold: 300,
      )

អ្នកបង្កើត #


លោក ហ៊ិន រដ្ឋា
ជំនាញ បង្កើតកម្មវិធីទូរស័ព្ទ
បទពិសោធន៍ Flutter, ReactNative
ទូរស័ព្ទ 096 659 2250 📞

គេហទំព័រ #

Ratha Dev

1
likes
125
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

Scroll pagination fetch more data

Documentation

API reference

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on flatlist_scroll

Packages that implement flatlist_scroll