swipeable_drawer_layout 0.0.7
swipeable_drawer_layout: ^0.0.7 copied to clipboard
A customizable swipeable drawer layout widget for Flutter supporting 4-way swipe directions and programmatic control.
0.0.7 #
- Fix: Properly export
DrawerDirection.autoand ensure library bundle contains all RTL/LTR dynamic layout updates. - Doc: Update
README.mdwith auto-direction parameter defaults and raw GitHub demo image URL.
0.0.6 #
- Feat: Added
DrawerDirection.autoto automatically adapt the swipe direction based on the system locale text direction (RTL / LTR). - Feat: Added
secondaryShadowOpacityproperty to control the dynamic dark overlay opacity on the background screen during drawer translation. - Feat: Added
mainElevationproperty usingMaterialwidget to render a realistic 3D elevation shadow under the main screen. - UX: Integrated light haptic feedback (
HapticFeedback.lightImpact()) when the drawer reaches fully opened or fully closed states.
0.0.5 #
- Added complete Dartdoc documentation (
///) across all public APIs and constructors. - Structured the official
example/main.dartentry point according to pub.dev guidelines. - Resolved package linter warnings to improve pub points score.
0.0.4 #
- Fixed documentation typos in README (controller methods and
mainBorderRadius). - Updated installation version and added license reference link.
0.0.3 #
- Updated README configuration table to match constructor properties (
mainBorderRadius,secondaryBorderRadius,secondaryInitialScale,enableGesture).
0.0.2 #
- Updated README with detailed usage documentation and configuration options.
0.0.1 #
- Initial release of
swipeable_drawer_layout. - Added customizable 3D/Zoom swipeable drawer layout supporting
mainScreenandsecondaryScreen. - Added
SwipeableDrawerControllerto programmatically open, close, and toggle the drawer. - Supported 4-way swipe directions (
leftToRight,rightToLeft,topToBottom, andbottomToTop). - Added gesture controls with velocity-based animations.
- Included modular examples and unit test configurations.