swipeable_drawer_layout 0.0.7 copy "swipeable_drawer_layout: ^0.0.7" to clipboard
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.auto and ensure library bundle contains all RTL/LTR dynamic layout updates.
  • Doc: Update README.md with auto-direction parameter defaults and raw GitHub demo image URL.

0.0.6 #

  • Feat: Added DrawerDirection.auto to automatically adapt the swipe direction based on the system locale text direction (RTL / LTR).
  • Feat: Added secondaryShadowOpacity property to control the dynamic dark overlay opacity on the background screen during drawer translation.
  • Feat: Added mainElevation property using Material widget 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.dart entry 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 mainScreen and secondaryScreen.
  • Added SwipeableDrawerController to programmatically open, close, and toggle the drawer.
  • Supported 4-way swipe directions (leftToRight, rightToLeft, topToBottom, and bottomToTop).
  • Added gesture controls with velocity-based animations.
  • Included modular examples and unit test configurations.
1
likes
160
points
343
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A customizable swipeable drawer layout widget for Flutter supporting 4-way swipe directions and programmatic control.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on swipeable_drawer_layout