flutter_smenus 1.0.1
flutter_smenus: ^1.0.1 copied to clipboard
Flutter package for all sorts of menus from dropdowns to sliding to resizable to navigation menus
1.0.1 #
- Added a
Offset? offset
paramter toSSlideMenu
to help determine the location of the menu. Initially it is at location (0, 0) - Added a
BoxBorder? border
paramter toSMenuStyle
to add a border around the Resizable or Slide menus. - Updated README.md, code formatting, and example code
1.0.0 #
- INITIAL RELEASE: Package officially released with four main types of menus. SMenuResizable, SSlideMenu, SDropdownMenuCascade, and SDropdownMenuMorph