- Remove the usage of AbstractNode so that it can be used in 3.12.0-8.0.pre.21 (See #16)
- Set minimum Flutter version to 3.7.0
- Use Scrollable.maybeOf instead of Scrollable.of
- Issue with Scrollable.of in master channel
- Null safety
- Compatibility with
Scrollable
widgets (such asListViews
).
- Typo in Readme.
SliverGap
the sliver version ofGap
.
- Fix debug properties in
Gap
widget.
- Initial Open Source release.