- Fix bug when isDraggable is false. #54
- Migrate to Null-Safety. Thanks SaulRinconOlvera
- Improvements in
isDraggable
- adds param
boxShadow
to customize shadow
- add optional param
openMenu
in 'setSelectedMenuPosition'
- Migrate controller Streams to ChangeNotifier
- BREAKING CHANGES: AnimatedDrawerController to AnimatedDrawerController.
- BREAKING CHANGES: SimpleHiddenDrawerProvider to SimpleHiddenDrawerController.
- Add PR #41.
- Disable interaction with screen when the menu is open.
- add param
disableAppBarDefault
in HiddenDrawerMenu.
- Migrate Example to AndroidX
- Add PR #26
- Add PR #38
- Fiz bug issue #22
- Update Readme
- Added open from right
- Added menu states listener
[1.0.1] - TODO: ADD SimpleHiddenDrawer.
- Added configurable slidePercent
- Added verticalScalePercent and contentCornerRadius and styles
- Optimizations in animations
[1.0.0] - TODO: ADD SimpleHiddenDrawer.
- Removes perspective effect due to problems with ClipRRect
- Optimizations
- Separate animation component (AnimatedDrawerContent)
[0.5.0] - TODO: ADD SimpleHiddenDrawer.
- ADD SimpleHiddenDrawer: This allows great customization of the menu
- Optimizations
- ADD BlocProvider
- ADD Gesture to open and close
- Optimizations in Bloc
- Remove builder
- Remove BlocProvider
- Update readme
- Add BloC architecture
- Improve performance
- Update readme
- Update readme
- Update readme
- Start first version Hidden Drawer.