Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[How to use] headerSliver可以跟着body一起滚动吗? #140

Open
kimmy-wang opened this issue Jun 29, 2023 · 1 comment
Open

[How to use] headerSliver可以跟着body一起滚动吗? #140

kimmy-wang opened this issue Jun 29, 2023 · 1 comment
Labels
StackOverflow issue can be asked in StackOverflow

Comments

@kimmy-wang
Copy link

Platforms

Android, iOS

Description

headerSliver可以跟着body一起滚动吗?

My code

No response

Try do it

No response

@zmtzawqlp zmtzawqlp added the StackOverflow issue can be asked in StackOverflow label Jun 30, 2023
@coderbaba0
Copy link

coderbaba0 commented Sep 25, 2023

In flutter (Work both in Android and IOS) Firstly, we have to create a CustomScrollView.
And then we can add a SliverPersistentHeader as a sliver.

CustomScrollView( slivers: [ SliverPersistentHeader(), ], )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
StackOverflow issue can be asked in StackOverflow
Projects
None yet
Development

No branches or pull requests

3 participants