-
The following assertion was thrown during performLayout():
'package:flutter_staggered_grid_view/src/rendering/sliver_masonry_grid.dart': Failed assertion: line
624 pos 9: 'estimatedMaxScrollOffset >…
-
` sliver: SliverPadding(
padding: const EdgeInsets.only(left: 8, right: 8),
sliver: SliverToBoxAdapter(
child: ReorderableBuilder(
onReorder: (ReorderedListFu…
-
### Bug Description
logs:
```
{"msg":"[REFRESH_USER_PROFILE - END]","time":"08-29 18:13:33","target":"flowy_user::user_manager::manager"}
flutter: Bad state: No element
flutter: #0 I…
-
### MAX Plugin Version
3.10.1
### Flutter Version
3.19.6
### Device/Platform Info
IOS 17.5.1
### Current Behavior
When a CustomScrollView adds a MaxAdView with slivers, there may be a black bac…
-
### Steps to reproduce
Put multiple `PinnedHeaderSliver` in a `SliverMainAxisGroup` widget
It looks like this [issue](https://github.com/flutter/flutter/issues/155395) is talking about the same …
-
### Use case
SliverFillRemaining inside CustomScrollView only check previous used space making usage of SliverPadding above not working as expected.
I would like to use CustomScrollView **paddin…
-
### Page URL
https://docs.flutter.dev/ui/widgets
### Page source
_No response_
### Describe the problem
The Cupertino sliver widgets are added but. not the Material sliver widgets. Add …
-
**Is your issue related to a problem? Please describe.**
The WallLayout Widget is an extremely powerful way to layout widgets, almost unparalleled in the current ecosystem,
since the removal of t…
-
### Steps to reproduce
1. flutter create bug
2. Paste the code sample
3. flutter run -d chrome
4. Make the window bigger and smaller, so that the scrollbar appears/disappears on the sliver
5. W…
-
Got this error from one of user devices running on iOS 17.5.1 and Flutter 3.22.3.
Not sure what is up with that as value is being asserted for null two times before this error is thrown.
```
Type…