- Demo app with use cases [fluttercommunity#37]
BackdropNavigationBackLayer
: directly exposeseparatorBuilder
instead ofseparator
[fluttercommunity#44]
- fix toggle from front layer bug [fluttercommunity#41]
- making
_BackdropScaffoldState
class public [fluttercommunity#36]
- refactor
backdrop.dart
to smaller dart files [fluttercommunity#32]
subHeader
attribute added toBackdropScaffold
[fluttercommunity#29]BackdropSubHeader
provided to implement sub header following MDG [fluttercommunity#29]
- refactor
showFrontLayer
toconcealBackLayer
andshowBackLayer
torevealBackLayer
[fluttercommunity#30] - added
onBackLayerConcealed
andonBackLayerRevealed
callbacks [fluttercommunity#30]
- fix typo [fluttercommunity#27]
floatingActionButton
and other related attributes toBackdropScaffold
[fluttercommunity#21]
BackdropAppBar
added [fluttercommunity#23]
- animation duration fix [fluttercommunity#19]
- configurable inactive layer color with animating color change [fluttercommunity#20]
- Improve the front layer border radius [fluttercommunity#22]
- bug fix: unfocusing keyboard before fling. [fluttercommunity#16]
- Moved package from
gitlab.com/daadu/backdrop
togithub.com/fluttercommunity/backdrop
- Moved package to Flutter Community
- Reverting to v0.2.9
- Added documentation link in
pubspec.yaml
- Documentation of classes and attributes
- disabling focus on
backLayer
when not visible
- updated README.md
NavigationBackLayer
widget - for easily implement navigation with backdropstickyFrontLayer
- dynamic height for backdrop - based on height of backLayeranimationCurve
for backdrop can be passed as parameter- minor bug fixes
- opacity fixes in
BackdropScaffold
. headerHeight
option added in BackdropScaffold.frontLayerBorderRadius
option added in BackdropScaffold- refactor:
body
->frontLayer
- refactor:
backpanel
->backLayer
BackdropToggleButton
widget implemented.
- Basic backdrop implementation.
BackdropScaffold
widget implemented.