adaptive_scaffold_plus 1.1.1
adaptive_scaffold_plus: ^1.1.1 copied to clipboard
A production-ready replacement for flutter_adaptive_scaffold. Adapts navigation (BottomNavigationBar, NavigationRail, Drawer) per Material 3 guidelines.
Changelog #
All notable changes to this project will be documented in this file.
1.1.1 #
- Added a light/dark preview image (
doc/floating_nav_bar.svg) for the floating navigation bar, embedded inREADME.md.
1.1.0 #
- Added
AdaptiveNavigationStyle.floating: a frosted-glass, pill-shaped navigation bar that floats above body content (set vianavigationStyleonAdaptiveScaffoldPlus). - Added standalone
FloatingNavigationBarwidget, exported from the package. - Added
floatingNavigationMargin,floatingNavigationBlur,floatingNavigationOpacity,floatingNavigationHeighttoAdaptiveScaffoldPlusto configure the floating bar. - Fixed missing
uses-material-design: trueinpubspec.yaml, which causedIcons.*glyphs to render as empty boxes. - Filled in
README.mdwith full usage docs and API reference.
1.0.5 #
- some bug fixed.
1.0.4 #
- some bug fixed.
1.0.3 #
- some bug fixed.
1.0.2 #
- Fixed repository URL in
pubspec.yaml
1.0.2 #
- Fixed repository URL in
pubspec.yaml - Updated package description to meet pub.dev length requirements
- Minor documentation improvements
1.0.1 #
- Bug fixes and stability improvements
1.0.0 #
- Initial release
- Adaptive navigation: BottomNavigationBar → NavigationRail → NavigationDrawer
- Material 3 guidelines support
- Custom breakpoints
- Dart 3 and Flutter 3.x+ compatibility