shiburagi / Drawer-Behavior-Flutter

Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide.
MIT License
209 stars 36 forks source link

FloatingActionButton can't be used with drawerScaffold #15

Closed trademunch closed 4 years ago

trademunch commented 4 years ago

I am trying to implement the library in my existing project and as soon as i try to replace scaffold with DrawerScaffold, my other properties gives error, Including FloatingActionButton, Bottom navigation bar, ExtendedBody etc.

Please suggest

trademunch commented 4 years ago

Added a PR for the same, Closing the issue