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

Slivers AppBar #118

Open
Princewil opened this issue Jan 13, 2022 · 7 comments
Open

Slivers AppBar #118

Princewil opened this issue Jan 13, 2022 · 7 comments

Comments

@Princewil
Copy link

Currently, I don't think we can implement sliverAppbar with is package. Probably you can consider making it possible. Thanks

@daadu
Copy link
Member

daadu commented Jan 14, 2022

Currently, we only support Scaffold with Backdrop functionality. There is a plan to extract backdrop-functionality part out #111 - to support other layouts.

@Princewil
Copy link
Author

Alright. We wait then.

@daadu
Copy link
Member

daadu commented Jan 14, 2022

You can wait but there is no ETA as of now.

@daadu
Copy link
Member

daadu commented Jan 14, 2022

I can guide you if you're interested in implementing it.

@Princewil
Copy link
Author

Very interested, Please do...

@daadu
Copy link
Member

daadu commented Jan 15, 2022

@Princewil So currently "backdrop" functionalities are integrated with BackdropScaffold - need to create new widget - let's say BackdropWidget - move all bakdrop related stuff - like - animations logic, etc out from BackdropScaffold to this new widget - new widget should just do "backdrop" with a front and backlayer - later integrate this new widget with BackdropScaffold.

Hope that makes sense.

This is non-trivial and will have to keep backward compatibiltity of BackdropScaffold in mind.

This is just the rough idea. You can start with prototyping it and file PR.

@Princewil
Copy link
Author

At this point, I think I will make do with what is available 😐

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