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
MobXversion, fix bug.
1.2.0 #
Breaking changes:
- Abstract out
dismissableanddividedproperties into their own classes,GlueDismissandGlueDividerrespectively.
New additions:
- Added
package:sliver_glue/mobx.dartwith aSliverGlueObservableListwidget. Due to Dart tree shaking this will not pull MobX into your project if you don't explicitly import themobx.dartfile. - Added
footerandreversedoptions toSliverGlueObservableList. - Added support for
trailingDividertoGlueDivider.
1.1.0 #
- Use built-in
hashCodeinstead ofGlueKeyedData.
1.0.0 #
- Initial release.