responsive_scaffold_navigation 0.0.1
responsive_scaffold_navigation: ^0.0.1 copied to clipboard
A Flutter package providing an adaptive Scaffold that intelligently manages BottomNavigationBar, NavigationRail, or a persistent side navigation panel based on screen width.
0.0.1 - 2025-06-06 #
- Initial Release:
- Introduced
ResponsiveNavigationScaffoldwidget for responsive primary navigation. - Supports automatic switching between
BottomNavigationBar,NavigationRail, and a persistentDrawer/Side Panel based on screen width breakpoints. - Allows defining navigation destinations once with
ResponsiveNavigationDestination. - Customizable breakpoints via
ResponsiveBreakpoints. - Option to extend
NavigationRail. - Builders for custom
BottomNavigationBar,NavigationRail, and large screen navigation (largeScreenNavigationBuilder). - Automatic
AppBarleading icon adjustment (autoAdjustAppBarLeading). - Pass-through for common
Scaffoldproperties.
- Introduced