PackageTrack
Sign in Get early access

adaptive_sidebar

Sleak sidebar for responsive Flutter apps with automatic size change.

1.1.0 ae1dev/adaptive_sidebar

What this package is like to depend on

Last release 10 months ago

14 Oct 2025

Release timing varies

gaps range from 8 days to 5 months

Nearly every release is documented

notes for 22 of 22 stable releases

Nothing withdrawn

no release was ever pulled

2 years old

22 releases · first in 2024

5 releases in the last 12 months

see the full history below

Release timeline

22 releases · Jun 2024 to Oct 2025
2025 2026
Release Pre-release

Releases

latest 22
  1. 1.1.0 14 Oct 2025
    Release notes
    • Added sidebarShown bool value to pageViewWrapper Widget Function.
    Open source →
  2. 1.0.3 13 Oct 2025
    Release notes
    • Changed the AdaptiveSidebarController navigateToSidebarIndex to navigateToSidebar so you navigate by key instead of index.
    Open source →
  3. 1.0.2 12 Oct 2025
    Release notes
    • Added helpful warning when bottom navigation bar is provided but no destinations have shownInBottomNav: true.
    • Fixed bottom navigation tap handling by improving destination key matching logic.
    Open source →
  4. 1.0.1 12 Oct 2025
    Release notes
    • Updated minimum Flutter version to 1.34.0.
    Open source →
  5. 1.0.0 12 Oct 2025
    Release notes

    Major Release - Complete Navigation System Overhaul

    This is a major release that transforms the AdaptiveSidebar into a complete navigation system with internal page management, selective bottom navigation, and external control capabilities.

    New Features

    • Internal Page Management: Built-in PageView system for seamless navigation

    • Selective Bottom Navigation: Choose which destinations appear in bottom nav

    • External Navigation Control: Controller API for custom navigation widgets

      • AdaptiveSidebarController class for programmatic navigation
      • navigateToBottomNavIndex() method for bottom nav navigation
      • navigateToSidebar() method for key-based sidebar navigation
      • Support for custom bottom navigation bars (CupertinoTabBar, etc.)
    • Enhanced Destination Identification: Required keys for better navigation

      • key property (now required) for unique destination identification
      • Improved onDestinationChanged callback with destination object
      • Better debugging and state management capabilities
    • Advanced Navigation Callbacks:

      • onDestinationChanged callback with bottom nav index and destination
      • onBottomNavTap callback for bottom navigation events
      • Enhanced navigation state tracking

    API Changes

    • BREAKING: key property is now required on all SidebarDestination objects
    • BREAKING: pageContent property is now required on all SidebarDestination objects
    • BREAKING: onDestinationChanged callback signature changed to include destination object
    • NEW: controller property for external navigation control
    • NEW: shownInBottomNav and bottomNavOrder properties for selective bottom navigation

    Migration Guide

    To upgrade from previous versions:

    1. Add key: ValueKey("unique_id") to all SidebarDestination objects
    2. Add pageContent: YourPageWidget() to all SidebarDestination objects
    3. Remove manual PageView handling from your code
    4. Update onDestinationChanged callback to use new signature
    Open source →
  6. 0.9.0 18 Jul 2025
    Release notes
    • Added support setting an initial index with initialIndex.
    Open source →
  7. 0.7.0 20 Feb 2025
    Release notes
    • Updated README with a better description.
    • Removed usage of withOpacity and updated to use withValues.
    Open source →
  8. 0.6.3 04 Dec 2024
    Release notes
    • Fixed destinations not using the full sidebar width.
    Open source →
  9. 0.6.2 28 Nov 2024
    Release notes
    • Fixed some overflow issues on resize to icon only.
    • Updated example project.
    • Updated README with example photo.
    Open source →
  10. 0.6.1 04 Nov 2024
    Release notes
    • Added floatingShadow option for the floating sidebar style.
    Open source →
  11. 0.6.0 10 Sep 2024
    Release notes
    • Added destinationsTextStyle and selectedColor options.
    Open source →
  12. 0.5.1 25 Aug 2024
    Release notes
    • Fixes tooltip error when not on the icon only mode.
    Open source →
  13. 0.5.0 22 Aug 2024
    Release notes
    • Added destination tooltip on icon only mode (uses the label string).
    Open source →
  14. 0.4.1 01 Aug 2024
    Release notes
    • Some pubspec.yaml changes for pub.dev page.
    Open source →
  15. 0.4.0 01 Aug 2024
    Release notes
    • Added support for adding a background widget [optional].
    Open source →
  16. 0.3.1 23 Jul 2024
    Release notes
    • Updated README.md wording and package description.
    Open source →
  17. 0.3.0 23 Jul 2024
    Release notes
    • Added support for the bottomNavigationBar [optional].
    • BREAKING CHANGE: Changed child field to body.
    Open source →
  18. 0.2.2 12 Jul 2024
    Release notes
    • Added example project folder.
    Open source →
  19. 0.2.1 12 Jul 2024
    Release notes
    • Added medium layout manual button.
    Open source →
  20. 0.2.0 12 Jul 2024
    Release notes
    • Added medium layout support that only shows destination icons.
    Open source →
  21. 0.1.0 03 Jul 2024
    Release notes
    • Added floating sidebar style.
    • Removed gap package dependency.
    Open source →
  22. 0.0.1 27 Jun 2024
    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