-
* Dart version and tooling diagnostic info (`dart info`)
```bash
If providing this information as part of reporting a bug, please review the information
below to ensure it only contains things you'…
-
Hi,
I am just starting to learn flutter and I would like to know how to for example collapse SliverAppBar when I click on a button.
Best regards
Matej
-
When I use this package in a `DraggableScrollableSheet` even when the list is scrolled to the top position and when I try to dismiss the sheet, only the inner Slivers scroll. Not the whole Sheet.
A…
-
Flutter driver throwing the error:
`await driver.tap(find.byType('RenderSliverStickyHeader'));`
Error thrown:
```
DriverError: Error in Flutter application: Uncaught extension error while execut…
-
## Steps to Reproduce
Problem
If the NestedScrollView example from _api.flutter.dev_ is used with material3 the stretch controller throws a _**Build scheduled during frame**_ error. Th…
-
## 🐛 Bug Report
The plugin throws an exception when doing tests with `testWidgets`. The tests don't fail as the exception is thrown after it completes. But it leaves a lot of console spam like this…
-
Scrolling does not work when two SliverMasonryGrids are placed inside a CustomScrollView.
Is there any solution to this?
https://user-images.githubusercontent.com/78458737/216241146-dbef5c8e-e3c…
-
Just encountered this error when running `dart fix --dry-run`. Since I was prompted to do so, I opened this ticket.
I have to add that I tried `dart fix --apply` next which completed without an err…
-
The vertical offset of the `localPosition` for `onTapDown`, when a `GestureDetector` is used in the child sliver, is offset by the size of the header in the sticky header component. For example, I wou…
-
### Steps to reproduce
1. Create MultiSliver widget with Key("patrolSliverBug")
2. Run test with `await $.(Key("patrolSliverBug")).waitUntilVisible();`
### Actual results
There is type error…