Releases: alex-melnyk/flutter_advanced_drawer
Releases · alex-melnyk/flutter_advanced_drawer
v1.3.7
v1.3.6
What's Changed
- Fix Android Example Build Issues by @Raziel619 in #44
- Add context and mounted check to _handleControllerChanged by @burhanaksendir in #48
New Contributors
- @Raziel619 made their first contribution in #44
- @burhanaksendir made their first contribution in #48
Full Changelog: v1.3.5...v1.3.6
v1.3.5
Merge pull request #42 from Frezyx/master
v1.3.4
- Hot reload + state update support added.
- Added RepaintBoundary for additional performance.
- Removed IgnorePointer and added disabling drag events on GestureDetector.
v1.3.3
- disable gestures fix
v1.3.2
- Drawer stuck on back drag fixed.
v1.3.1
The open scale factory parameter was added to manage child open state.
v1.3.0
Animation controller property added.
v1.2.4
Animation fixes.
v1.2.3+1
Fixes.