- implement missing dry layout calculation
- stable null-safety release
- migrate to null-safety
- fixed positive list render on rebuild
- stable v3 release
- added reference to v3 version to docs
- define min flutter version
- update widget params according to current beta/dev Flutter changes
- code format updates
- code format updates
Feature
- allow content alignment against list item container
Bug fixes
- fixed constraint exceptions
- fixed min size calculation when content smaller than header
Features
- refactor sticky item layout calculation
- split alignment param on main and cross axis alignment
- added padding property to
InfiniteListItem
- added relative positioning for header #19
Release contains breaking changes, see MIGRATION.md for more details
Features
- Added physics proxy property to
InfiniteList
Bug fixes
- fixed horizontal scroll usage without controller #13
- fixed
SingleChildScrollView
viewport usage
Updates
- added examples to
README.md
Bug fixes
- fixed type definition for render object #10
- shorten package description
Bug fixes
- fixed
sticky
state value definition
Features
- added support for new header position values
- added support for horizontal scroll
- added Flutter Awesome badge
- Added bottom left and right positions support for headers
- Added Viewport anchor option support
- Added sample for reverse list usage
- Added description for new config keys to README.md
- Added missing explanation for min/max config options in readme
- Added horizontal alignment option for headers
- Updated example
Package documentation update according to Pub Dart suggestions.
Added example file
Initial release