cached_listview 1.1.2 copy "cached_listview: ^1.1.2" to clipboard
cached_listview: ^1.1.2 copied to clipboard

discontinuedreplaced by: flutter_cached
outdated

🧾 Flutter widget allowing easy cache-based data display in a ListView featuring pull-to-refresh and error banners.

1.1.2 - 2019-10-05 #

  • CachedListView now takes either an itemBuilder for building the items directly one after another in an index-agnostic deterministic way or it takes an itemSliverBuilder for transforming all the items into slivers simultaneously, allowing for changing the order, grouping etc of items.

1.1.1 - 2019-10-04 #

  • Fix type propagation for CachedCustomScrollView.

1.1.0 - 2019-10-04 #

  • Add abstraction level below CachedListView: CachedCustomScrollView.
  • Rename CacheManager to CacheController.
  • Update readme to reflect changes and display screenshots in table.

1.0.0 - 2019-10-04 #

  • Add CacheManager and CachedListView.
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

🧾 Flutter widget allowing easy cache-based data display in a ListView featuring pull-to-refresh and error banners.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on cached_listview