Skip to content

Commit 0577e2f

Browse files
authored
chore: prepare for publishing (#17)
1 parent af9160f commit 0577e2f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.pubignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
build
12
example/android
23
example/ios
34
example/linux

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
## 0.0.8
210

311
* Fixed problem when accessing layout offset from a LayoutBuilder child widget.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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."
33
version: 0.2.0-dev.1
44
homepage: https://github.com/superlistapp/super_sliver_list
55

0 commit comments

Comments
 (0)