fluttercommunity / backdrop

Backdrop implementation in flutter.
https://pub.dev/packages/backdrop
MIT License
336 stars 36 forks source link

Slivers AppBar #118

Open Princewil opened 2 years ago

Princewil commented 2 years ago

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

daadu commented 2 years ago

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

Princewil commented 2 years ago

Alright. We wait then.

daadu commented 2 years ago

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

daadu commented 2 years ago

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

Princewil commented 2 years ago

Very interested, Please do...

daadu commented 2 years ago

@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 commented 2 years ago

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