flutter_inner_drawer
Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other.
Installing
Add this to your package's pubspec.yaml file:
New Version 0.1.5 -> 0.2.0
Animation type
- static
- Linear - Linear animation from version 0.2.0 has a different behavior
- quadratic (Linear of 0.1.5 version)
DEMO
Simple usage
All parameters
- child - Inner Widget (required)
- scaffold - A Scaffold is generally used but you are free to use other widgets (required)
- position - This controls the direction in which the user should swipe to open and close the InnerDrawer (required)
- offset - Offset drawer width (default 0.4)
- onTapClose - bool (default false)
- swipe - bool (default true)
- boxShadow - BoxShadow of scaffold opened
- colorTransition - default Colors.black54
- animationType - static / linear / quadratic (default static)
- innerDrawerCallback - Optional callback that is called when a InnerDrawer is opened or closed
Issues
If you encounter problems, open an issue. Pull request are also welcome.