backdrop 0.0.16 backdrop: ^0.0.16 copied to clipboard
Backdrop implementaion in dart. (https://material.io/design/components/backdrop.html)
backdrop #
Backdrop implementation in flutter.
This widget is in active development. Wait for the stable v1.0.0. Any contribution, idea, criticism or feedback is welcomed.
Example #
check out sample code in example directory
Contribute #
- You'll need a gitlab account. (Sorry, if you had to create one!!)
- Fork the repository.
- Implement features from to-do, fix issues, etc.
- Send merge request.
- Star this project.
- Become a hero!!
Features and bugs #
Please file feature requests and bugs at the issue tracker.
TODO #
- Properly document the usage of the widget in README.md
- Properly document classes and public methods
Write an example flutter app to demonstrate options and functionality- Using ScopedModel for storing controller in state and accessing it throughout
- Dynamic height for backdrop - based on height of backpanel ??
Fixed height for backdrop - provided in argument of BackdropScaffold- BackdropNavigation : Using backpanel for navigation
- BackdropTitle : Different title for backpanel and frontpanel visibility
- BackdropAction : Action with view in backpanel
- subheader argument (optional) in BackdropScaffold