You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following assertion was thrown building _StickyHeaderList:
A RenderRepaintBoundary expected a child of type RenderBox but received a child of type
RenderSliverStickyHeader.
How can I do that?
The text was updated successfully, but these errors were encountered:
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:flutter_sticky_header/example/lib/examples/mix_slivers.dart
Lines 12 to 35 in ea97f54
I want to use another ListView like:
But I get this error:
How can I do that?
The text was updated successfully, but these errors were encountered: