sliver_glue 1.2.0 copy "sliver_glue: ^1.2.0" to clipboard
sliver_glue: ^1.2.0 copied to clipboard

outdated

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

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
40
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, mobx

More

Packages that depend on sliver_glue