-
The SliverList is not updating without clearing it first before the request.
But with clearing the list, we get an ugly empty screen for some milliseconds :(
I use this code (shortend):
page:
…
-
I came across this awesome work of yours and I can say this is great package to have.
I want to use this package with CustomScrollView , SliverList more specifically. How can I ?
I just need hin…
-
Would be nice if I don't have to constrain the height/width if I'm using either Axis.horizontal or Axis.vertical. Is it possible to have a behaviour like SingleChildScrollView combined with Row?
-
First I use this example from here:
https://github.com/letsar/flutter_sticky_header/blob/master/example/lib/examples/mix_slivers.dart
Instead of hard-coded `_StickyHeaderList` in build method:
h…
-
Was trying it with SliverList but this the error I get:
A RenderViewport expected a child of type RenderSliver but received a child of type _ShimmerFilter.
A RenderViewport expected a child of type …
-
### Feature Description
As described in the [Matrix specification](https://spec.matrix.org/v1.11/client-server-api/#ordering-of-children-within-a-space), rooms can be ordered using the `order` proper…
-
Hi,
First of all, great plugin! Of all the solutions I've tried for reorderable SliverLists, this is by far the smoothest and cleanest.
It would be great to have the option to start the reorder …
-
## Use case
It's impossible to implement a pull-to-refresh below the app bar using slivers. You can wrap the parent `CustomScrollView` in a `RefreshIndicator`, but then the indicator will be pulle…
-
### Steps to reproduce
1. Run the example
2. Notice that the list gets displayed
3. Wait five seconds until the item list gets emptied
4. Notice error message in console
### Expected results
…
-
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…