sliver_glue 2.0.0 sliver_glue: ^2.0.0 copied to clipboard
Helpers for easily mixing content in a Flutter CustomScrollView, simple as ListView & GridView.
2.0.0 #
- Null safety!
1.3.0 #
- Upgrade
MobX
version, fix bug.
1.2.0 #
Breaking changes:
- Abstract out
dismissable
anddivided
properties into their own classes,GlueDismiss
andGlueDivider
respectively.
New additions:
- Added
package:sliver_glue/mobx.dart
with aSliverGlueObservableList
widget. Due to Dart tree shaking this will not pull MobX into your project if you don't explicitly import themobx.dart
file. - Added
footer
andreversed
options toSliverGlueObservableList
. - Added support for
trailingDivider
toGlueDivider
.
1.1.0 #
- Use built-in
hashCode
instead ofGlueKeyedData
.
1.0.0 #
- Initial release.