sliver_glue 2.0.0 copy "sliver_glue: ^2.0.0" to clipboard
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 and divided properties into their own classes, GlueDismiss and GlueDivider respectively.

New additions:

  • Added package:sliver_glue/mobx.dart with a SliverGlueObservableList widget. Due to Dart tree shaking this will not pull MobX into your project if you don't explicitly import the mobx.dart file.
  • Added footer and reversed options to SliverGlueObservableList.
  • Added support for trailingDivider to GlueDivider.

1.1.0 #

  • Use built-in hashCode instead of GlueKeyedData.

1.0.0 #

  • Initial release.
7
likes
120
pub points
79%
popularity

Publisher

unverified uploader

Helpers for easily mixing content in a Flutter CustomScrollView, simple as ListView & GridView.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, mobx

More

Packages that depend on sliver_glue