PackageTrack
Sign in Get early access

flutter_side_menu

Flutter's full customizable side menu has been used as a directory for Related Pages, Navigation Items, Filter side and more

0.5.41 5.7K downloads/mo #3659 most downloaded on pub.dev resfandiari/flutter_side_menu

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 10 months

Nearly every release is documented

notes for 22 of 24 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

24 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

24 releases · Jul 2022 to Oct 2024
2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. 0.5.41 15 Oct 2024
    Release notes
    • Updated minimum dependencies to Dart >=3.5.3 and Flutter >= 3.24.0.
    • Add tooltipBuilder to SideMenuItemDataTile now you can use any tooltip package you want
    tooltipBuilder: (tile) => Tooltip(
    message: "Tooltip message",
    child: tile,
    ),
    
    Open source →
  2. 0.5.4 15 Oct 2024

    Nothing published for this version

  3. 0.5.3 03 Jun 2024
    Release notes
    • Add selectedDecoration to SideMenuItemTileDefaults
    Open source →
  4. 0.5.2 03 Jun 2024
    Release notes
    • Add SideMenuItemTileDefaults to SideMenuData to define default settings for Tiles
    Open source →
  5. 0.5.0 31 May 2024
    Release notes
    • Updated minimum dependencies to Dart >=3.4.0 and Flutter >= 3.21.1.
    • Breaking changes Remove badge package and add badgeBuilder to SideMenuItemDataTile property now you can use any badge package you want.
     badgeBuilder: (tile) =>badges.Badge(
      badgeContent: Center(child: Text('1')),
      ///  Do not forgot to add tile as child
      child: tile) 
    
    • remove badgeContent, badgePosition, badgeStyle from SideMenuItemDataTile instead use badgeBuilder.
    • Add isCollapsed to SideMenuController
    • Add decoration to SideMenuItemDataTile to full access on Tile decoration.
    • Add shape to SideMenuItemDataTile to full access on Tile Material shape.
    • Add clipBehavior to SideMenuItemDataTile.
    • Add customChildFlex to SideMenuData.
    • Add spacerAfterCustomChild to SideMenuData.
    • Add spacerAfterItems to SideMenuData.
    • Add animHeader, animCustomChild, animItems, animFooter to SideMenuData now you can add simple scale animation to any part of Menu.
    • Use MediaQuery.sizeOf to avoiding unnecessary rebuilds
    Open source →
  6. 0.4.0 29 Jul 2023
    Release notes
    • Breaking changes related to Bug #8:
      • remove selectedColor from SideMenuItemDataTile instead use selectedTitleStyle
      • remove unSelectedColor from SideMenuItemDataTile instead use titleStyle
    • Updated minimum dependencies to Dart >=3.0.0 and Flutter >= 3.10.0.
    Open source →
  7. 0.3.2 22 Apr 2023
    Release notes
    • Add support to align SideMenuItemDataTitle
    Open source →
  8. 0.3.1 19 Apr 2023
    Release notes
    • Add optional selected icon and selected text style property
    Open source →
  9. 0.3.0 24 Feb 2023
    Release notes
    • Add Material hover effect
    • Set Theme colors as defaults
    Open source →
  10. 0.2.1 28 Jan 2023
    Release notes
    • Bug fix: #3
    • Breaking changes: remove badgeColor instead use BadgeStyle
    Open source →
  11. 0.2.0 17 Jan 2023
    Release notes
    • Add optional hover color style property
    • Add more left side menu items to example
    Open source →
  12. 0.1.3 08 Jan 2023
    Release notes
    • Add simple example
    • Add go_router example
    • Fix document assets path
    Open source →
  13. 0.1.2 08 Jan 2023

    Nothing published for this version

  14. 0.1.1 20 Sep 2022
    Release notes
    • Updated minimum dependencies to Dart >=2.18.0 and Flutter >= 3.3.0.
    Open source →
  15. 0.1.0 17 Aug 2022
    Release notes
    • 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
    Open source →
  16. 0.0.9 01 Aug 2022
    Release notes
    • Add screenshots
    • Fix assert error
    Open source →
  17. 0.0.8 01 Aug 2022
    Release notes
    • Add document
    Open source →
  18. 0.0.7 01 Aug 2022
    Release notes
    • Fix calculate width in mobile size
    • Fix side menu customChild height
    • Rename SideMenuBodyData to SideMenuData
    Open source →
  19. 0.0.6 01 Aug 2022
    Release notes
    • Changed side menu body isCompact property to isOpen
    Open source →
  20. 0.0.5 01 Aug 2022
    Release notes
    • Add currentWidth,maxWidth,minWidth to side menu builder data
    • Add side menu item reference to accessible reference
    • Fix bug side menu builder isOpen property
    Open source →
  21. 0.0.4 01 Aug 2022
    Release notes
    • Separation of classes and data classes
    • Fix file formatting issues
    Open source →
  22. 0.0.3 30 Jul 2022
    Release notes
    • Add controller
    • Add badge
    • Add tooltip
    • Change body property to builder
    • Send last menu state to builder
    • Add background color property
    Open source →
  23. 0.0.2 30 Jul 2022
    Release notes
    • Add body to side menu
    Open source →
  24. 0.0.1 29 Jul 2022
    Release notes
    • Initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive