Open Princewil opened 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.
Alright. We wait then.
You can wait but there is no ETA as of now.
I can guide you if you're interested in implementing it.
Very interested, Please do...
@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.
At this point, I think I will make do with what is available 😐
Currently, I don't think we can implement sliverAppbar with is package. Probably you can consider making it possible. Thanks