flutter_side_menu 0.3.2 flutter_side_menu: ^0.3.2 copied to clipboard
Flutter's full customizable side menu has been used as a directory for Related Pages, Navigation Items, Filter side and more
0.3.2 #
- Add support to align SideMenuItemDataTitle
0.3.1 #
- Add optional selected icon and selected text style property
0.3.0 #
- Add Material hover effect
- Set Theme colors as defaults
0.2.1 #
- Bug fix: #3
- Breaking changes: remove badgeColor instead use BadgeStyle
0.2.0 #
- Add optional hover color style property
- Add more left side menu items to example
0.1.3 #
- Add simple example
- Add go_router example
- Fix document assets path
0.1.1 #
- Updated minimum dependencies to Dart >=2.18.0 and Flutter >= 3.3.0.
0.1.0 #
- Breaking changes: rename SideMenuItemData to SideMenuItemDataTile
- Breaking changes: use widget as SideMenuItemData icon
- Add title widget to SideMenuData items
- Add divider widget to SideMenuData items
- Implement "Navigation Side" example
0.0.9 #
- Add screenshots
- Fix assert error
0.0.8 #
- Add document
0.0.7 #
- Fix calculate width in mobile size
- Fix side menu customChild height
- Rename SideMenuBodyData to SideMenuData
0.0.6 #
- Changed side menu body isCompact property to isOpen
0.0.5 #
- Add currentWidth,maxWidth,minWidth to side menu builder data
- Add side menu item reference to accessible reference
- Fix bug side menu builder isOpen property
0.0.4 #
- Separation of classes and data classes
- Fix file formatting issues
0.0.3 #
- Add controller
- Add badge
- Add tooltip
- Change body property to builder
- Send last menu state to builder
- Add background color property
0.0.2 #
- Add body to side menu
0.0.1 #
- Initial release