-
Notifications
You must be signed in to change notification settings - Fork 31
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
Headers are created above its content. #19
Comments
Well, it's expected behavior) by default headers are overlay content |
@wizzar do you want me to make overlay optional for headers? |
Oh.. I did not expect that... I understand it should overlay. However, initially, the first item should be visible. I believe that's what most people would expect, to not have the first item not visible. |
I believe it would make your plugin more robust. |
@wizzar ok) can't guarantee that I will implement this feature today or tomorrow) but for sure will try to do this as soon as I can) I was just thinking to make it as simple as possible, even made list item classes extendable if needed, just to give full control over layout to the dev. But I think adding ability to switch off overlay from the box good improvement |
@wizzar just published v2, now package supports relative positioning |
if something here is migration guide https://github.com/TatsuUkraine/flutter_sticky_infinite_list/blob/master/MIGRATION.md |
In a simple horizontally scrollable list, the header is always above the items. There should be some kind of margin.
Code:
The text was updated successfully, but these errors were encountered: