endless_list_view 0.1.0 copy "endless_list_view: ^0.1.0" to clipboard
endless_list_view: ^0.1.0 copied to clipboard

EndlessListView is a widget for Flutter that enables the creation of a scrollable list with infinite loading capabilities, allowing for a seamless user experience and better performance when dealing w [...]

[0.1.0] #

Added #

New optional parameter loadingWidget to the EndlessListView constructor, allowing users to customize the loading widget. If not provided, the default Loader widget is used.

Changed #

The EndlessListView widget now includes an additional item when new data is being loaded. This additional item is used to display the loadingWidget. Modified the _onScroll method to prevent loading new data when new data is already being loaded. This avoids duplicate data being loaded. Improved the internal state management to track whether new data is being loaded using a new private variable _loadingMore. Minor code cleanups and improvements.

[0.0.3] #

We have improved the EndlessListView Class by adding support for all parameters available in the ListView.builder constructor. This will give developers more flexibility and control when building infinite scrolling lists in their Flutter apps.

[0.0.2] #

Rename method infiniteListView

[0.0.1] #

Initial version, created by Natanlimap

2
likes
140
pub points
12%
popularity

Publisher

verified publishernatanlimap.com.br

EndlessListView is a widget for Flutter that enables the creation of a scrollable list with infinite loading capabilities, allowing for a seamless user experience and better performance when dealing with large datasets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on endless_list_view