flutter_drawer_menu 0.1.4 copy "flutter_drawer_menu: ^0.1.4" to clipboard
flutter_drawer_menu: ^0.1.4 copied to clipboard

An easy to use drawer menu in flutter and can used for navigation

0.1.4 #

  • Fixed:
  • Fixed viewport draw order by using SliverPaintOrder.firstIsTop instead of manual paint order reversal.
  • Tweaked CustomPageScrollPhysics spring parameters for smoother menu open/close animation (mass: 1, stiffness: 300, damping: 30).

0.1.3 #

  • Added:
  • Fix menuOverlapWidth for tablet mode
  • Added the dragMode setting (never, always, onlyFling). onlyFling - the menu opens only by gesture.

0.1.2 #

  • Added:
  • menuOverlapWidth - width of the menu overlay above the body. This setting is useful for menu decoration (Shifts the shadow and scrim layer).
  • backgroundColor - background color under the menu and body.

0.1.0 #

  • First release
6
likes
150
points
133
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

An easy to use drawer menu in flutter and can used for navigation

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_drawer_menu