-
Hero widget is not working with SliverGrid on tap
-
` sliver: SliverPadding(
padding: const EdgeInsets.only(left: 8, right: 8),
sliver: SliverToBoxAdapter(
child: ReorderableBuilder(
onReorder: (ReorderedListFu…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Having a `CustomScrollView` with many slivers and stateful widgets inside these slivers, I noticed that the first child of each sliver is always initialized, even though they are way off screen (beyon…
-
I need another instance of the ```AutoScrollTag``` be ```SliverAutoScrollTag``` so i can use it inside CustomScrollView.
Please note that my ```itemBuilder``` is a ```SliverGrid``` and i want to wrap…
-
Something like SliverGrid + DragSelectGridView
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Hi,
I tried to implement ```MasonryGridView``` with separator between items.
I used for this ```CustomScrollView``` and put two ```SliverMasonryGrid.count``` working on the same data inside separa…
-
i like this lib very much ,but when i update 0.6.0, i don't know how to finish the page ,but in 0.4.1 i can do it.i hope u add
the function again ,or teach me how to do it in new version, thank you.
…
-
I'm trying to add header text on each `SliverList` or `SliverGrid`. The way I tried is adding `SliverList` with `Text` widget child.
```dart
SliverList(
delegate: SliverChildBuilderDe…