PackageTrack
Sign in Get early access

sidebarx

flutter multiplatform navigation sidebar / side navigationbar / drawer widget

0.17.2 9.4K downloads/mo #3023 most downloaded on pub.dev Frezyx/sidebarx

What this package is like to depend on

Last release 1 years ago

30 Jul 2025

Ships unpredictably

gaps range from 8 days to 1.3 years

Nearly every release is documented

notes for 25 of 27 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

27 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

27 releases · Mar 2022 to Jul 2025
2023 2024 2025 2026
Release Pre-release

Releases

latest 27
  1. 0.17.2 30 Jul 2025
    Release notes
    • Fix SidebarXTheme hoverIconTheme field merging in mergeFlutterTheme method
    Open source →
  2. 0.17.1 08 Apr 2024
    Release notes
    • Add deprecated annotation for iconWidget field
    • Fix SidebarXItem assert rules
    Open source →
  3. 0.17.0 08 Apr 2024
    Release notes
    • Add selectable field for SidebarXItem
    • Add hoverIconTheme field for SidebarXTheme
    • Add iconBuilder field for SidebarXItem

    Full Changelog: 0.16.3...v0.17.0

    Open source →
    Release notes
    • Add selectable field for SidebarXItem
    • Add hoverIconTheme field for SidebarXTheme
    • Add iconBuilder field for SidebarXItem
    Open source →
  4. 0.16.3 24 Nov 2023
    Release notes

    What's Changed

    • Added longPress, Right Click on Desktop. by @aroxu in #59

    New Contributors

    • @aroxu made their first contribution in #59

    Full Changelog: 0.16.0...0.16.3

    Open source →
    Release notes
    • Add onLongPress, onSecondaryTap for SidebarXCell (SidebarX item)

    Thanks to MaurizioSodano

    Open source →
  5. 0.16.2 26 Sep 2023
    Release notes
    • Update packages and add repository in pubspec.yaml
    Open source →
  6. 0.16.1 22 Jul 2023
    Release notes
    • Add topics in pubspec.yaml
    Open source →
  7. 0.16.0 13 Jun 2023
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.15.0...0.16.0

    Open source →
    Release notes
    • FIX Add hoverTextStyle property

    Thanks to MaurizioSodano

    Open source →
  8. 0.15.0 03 Mar 2023
    Release notes

    What's Changed

    • fixed clicking on a blank area does not respond by @BAI-3 in #42

    New Contributors

    • @BAI-3 made their first contribution in #42

    Full Changelog: 0.14.0...0.15.0

    Open source →
    Release notes
    • FIX clicking on a blank area does not respond

    Thanks to bai-3

    Open source →
  9. 0.14.0 11 Oct 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.12.0...0.14.0

    Open source →
    Release notes
    • FIX sidebar menu items not occupying the whole height available
    Open source →
  10. 0.13.0 06 Oct 2022
    Release notes
    • FEAT Impement footerItems field This provides adding footer items to the sidebar that are listed just above the expand icon

    Thanks to DavidCatalano

    Open source →
  11. 0.12.0 16 Sep 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.11.0...0.12.0

    Open source →
    Release notes
    • FIX Bug on items position When a user open and closes the collapsed menu quickly, the position of the items menu becomes wrong in las version

    Thanks to MonsterOfCode

    Open source →
  12. 0.11.0 30 Aug 2022
    Release notes
    • FIX: AnimationController disposing completed fix
    Open source →
    Release notes
    • FIX: AnimationController disposing completed fix
    Open source →
  13. 0.10.0 12 Aug 2022
    Release notes

    What's Changed

    • Error: The Ticker must be disposed before flutter: calling super.dispose by @xnxaxo in #22
    • Update version to 0.9.0 by @Frezyx in #23

    New Contributors

    Full Changelog: 0.9.0...0.10.0

    Open source →
    Release notes
    • FIX: Implement AnimationController disposing

    Thanks to xnxaxo

    Open source →
  14. 0.9.0 03 Aug 2022
    Release notes
    • FEAT: Implement SystemMouseCursors.click for Cell widget
    • FEAT: Implement hoverColor field for Cell widget
    Open source →
    Release notes
    • FEAT: Implement SystemMouseCursors.click for Cell widget
    • FEAT: Implement hoverColor field for Cell widget
    Open source →
  15. 0.8.0 03 Aug 2022
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 0.7.0...0.8.0

    Open source →
    Release notes
    • FEAT: Implement collapseIcon and extendIcon fields for simple toogle icon customization

    Thanks to HaveANiceDay33

    Open source →
  16. 0.7.0 16 Jul 2022
    Release notes
    • FEAT: Implement setExtended method to controller
    • INFO: Implement tests for controller and SidebarX base widget
    Open source →
  17. 0.6.0 03 Jul 2022
    Release notes
    • FIX: Make animationDuration property Duration type
    • INFO: Add simple documentation
    Open source →
  18. 0.5.0 01 Jul 2022
    Release notes
      • FEAT: Add animation duration property to constructor

    Thanks to hulohot

    Open source →
  19. 0.4.0 29 May 2022
    Release notes
      • FEAT Implement Widget iconWidget field for custom icons in SidebarXItem
    Open source →
  20. 0.3.0 16 May 2022
    Release notes
      • FEAT Implement padding and margin for item and selected item in SidebarXTheme
      • INFO Update flutter_lints to ^2.0.1
      • INFO: Update example packages

    Thanks to rainbowloop from LEANNOVA

    Open source →
  21. 0.3.0+1 16 May 2022

    Nothing published for this version

  22. 0.2.2 24 Apr 2022
    Release notes
      • FIX: Fix the mergeFlutterTheme function that wasn't using the selectedIconTheme but the iconTheme

    Thanks to nank1ro

    Open source →
  23. 0.2.1 06 Mar 2022
    Release notes
      • INFO: Update docs in README
    Open source →
  24. 0.2.1+1 06 Mar 2022

    Nothing published for this version

  25. 0.2.0 06 Mar 2022
    Release notes
      • FEAT: Edit theme configuration
      • FEAT: Made it possible to use with mobile devices
      • INFO: Add README package information and examples
    Open source →
  26. 0.1.0 06 Mar 2022
    Release notes
      • FEAT: Add SidebarXTheme to make widget UI in extend and common mode
      • FEAT: Add builder for footer and header
      • FEAT: Add separatorBuilder, toggleButtonBuilder, showToggleButton, toggleButtonLabel, headerDivider, footerDivider fields
    Open source →
  27. 0.0.1 03 Mar 2022
    Release notes
      • FEAT: Add initial sidebar UI
    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