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

Feature Request: Custom Header Location #184

Closed
aljibbs opened this issue Jun 2, 2023 · 1 comment
Closed

Feature Request: Custom Header Location #184

aljibbs opened this issue Jun 2, 2023 · 1 comment

Comments

@aljibbs
Copy link

aljibbs commented Jun 2, 2023

Is it possible to have the header on a different location. For example I will like to use the title of my app bar as the group header, in other words the title of my appbar should change to reflect the title of my group when the list scolls. The appbar's title should be able to detect the scroll position and change accordingly to reflect the title of the group.

Describe the solution you'd like
The use case here is that, I have a horizontal listview and I'll like to position the group header on top of the listview instead of having it as part of the listview.

So I can have it like this.

Column(
   children: [
         Text('Group Title'),
         // Horizontal grouped listview
          ListView(),
    ]
)
@Dimibe
Copy link
Owner

Dimibe commented Oct 5, 2023

Hi @aljibbs,
This will be resolved with #82. But currently there is no timeline when this feature is implemented.

@Dimibe Dimibe closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants