File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ build
1
2
example/android
2
3
example/ios
3
4
example/linux
Original file line number Diff line number Diff line change
1
+ ## 0.2.0-dev.1
2
+
3
+ This is a major update and a complete rewrite of ` SuperSliverList ` .
4
+ * Added ` SuperListView ` as a convenient drop-in replacement for ` ListView ` .
5
+ * Added ability to jump / animate to specific item using ` ExtentController ` .
6
+ * Added ability to asynchronously precompute item extents using ` ExtentPrecalculationPolicy ` .
7
+ * Comprehensive test coverage.
8
+
1
9
## 0.0.8
2
10
3
11
* Fixed problem when accessing layout offset from a LayoutBuilder child widget.
Original file line number Diff line number Diff line change 1
1
name : super_sliver_list
2
- description : " A new Flutter package project ."
2
+ description : " Drop-in replacement for SliverList and ListView that can handle large lists with variable extents and jump/animate to specific items ."
3
3
version : 0.2.0-dev.1
4
4
homepage : https://github.com/superlistapp/super_sliver_list
5
5
You can’t perform that action at this time.
0 commit comments