sticky_infinite_list 4.0.1
sticky_infinite_list: ^4.0.1 copied to clipboard
Infinite list with sticky headers that can be rendered any direction. Supports header positioning. Can be customized or with config options or with override.
4.0.1 - 2021-04-19 #
- implement missing dry layout calculation
4.0.0 - 2021-03-01 #
- stable null-safety release
4.0.0-nullsafety.0 - 2021-02-14 #
- migrate to null-safety
3.0.1 - 2020-11-09 #
- fixed positive list render on rebuild
3.0.0 - 2020-08-05 #
- stable v3 release
2.1.0+3 - 2020-07-26 #
- added reference to v3 version to docs
3.0.0-dev.2 - 2020-07-26 #
- define min flutter version
3.0.0-dev.1 - 2020-07-26 #
- update widget params according to current beta/dev Flutter changes
2.1.0+2 - 2020-07-15 #
- code format updates
2.1.0+1 - 2020-07-15 #
- code format updates
2.1.0 - 2020-07-02 #
Feature
- allow content alignment against list item container
2.0.1 - 2020-07-02 #
Bug fixes
- fixed constraint exceptions
- fixed min size calculation when content smaller than header
2.0.0 - 2020-07-02 #
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
1.3.0 - 2020-04-28 #
Features
- Added physics proxy property to
InfiniteList
1.2.3 - 2019-09-08 #
Bug fixes
- fixed horizontal scroll usage without controller #13
- fixed
SingleChildScrollView
viewport usage
Updates
- added examples to
README.md
1.2.1 - 2019-06-21 #
- shorten package description
1.2.0 - 2019-06-21 #
Bug fixes
- fixed
sticky
state value definition
Features
- added support for new header position values
- added support for horizontal scroll
- added Flutter Awesome badge
1.1.0 - 2019-06-15 #
- 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
1.0.2 - 2019-06-10 #
- Added missing explanation for min/max config options in readme
- Added horizontal alignment option for headers
- Updated example
1.0.1 - 2019-06-10 #
Package documentation update according to Pub Dart suggestions.
Added example file
1.0.0 - 2019-06-10 #
Initial release