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
When creating the headerSliverBuilder I want to be able to scroll and minimise all SliverToBoxAdapter widgets. This works fine for any SliverToBoxAdapter above the SliverAppBar, however, any below it does not minimise.
I know that the built in Flutter NestedScrollView does support this, however, it does not seem to work for this package. Am I missing something simple or is this a missing feature?
Here is an example of it working with natice NestedScrollView:
Screen.Recording.2024-04-18.at.21.55.50.mov
Here is an example of it not working:
Screen.Recording.2024-04-18.at.21.54.19.mov
The text was updated successfully, but these errors were encountered:
Platforms
Android, iOS
Description
When creating the headerSliverBuilder I want to be able to scroll and minimise all
SliverToBoxAdapter
widgets. This works fine for anySliverToBoxAdapter
above theSliverAppBar
, however, any below it does not minimise.My code
Try do it
I know that the built in Flutter
NestedScrollView
does support this, however, it does not seem to work for this package. Am I missing something simple or is this a missing feature?Here is an example of it working with natice NestedScrollView:
Screen.Recording.2024-04-18.at.21.55.50.mov
Here is an example of it not working:
Screen.Recording.2024-04-18.at.21.54.19.mov
The text was updated successfully, but these errors were encountered: