adaptive_navigation_view 1.1.0
adaptive_navigation_view: ^1.1.0 copied to clipboard
A Flutter package for creating adaptive navigation views that seamlessly adapt to different platforms and devices.
[1.1.0] #
Feat #
- Added
footers
property to Navigation Pane for displaying additional widgets after the main navigation items. - Added
additionalLending
feature to Navigation App Bar.
Fixed #
- Fixed a bug in the
PaneController
. - Migrates deprecated
MaterialState
andMaterialStateProperty
toWidgetState
andWidgetStateProperty
.
[1.0.1] #
Fixed #
- Fixed a bug in the Navigation App Bar that affected layout in Compact mode.
- Fixed a bug in the Navigation Pane that prevented correct operation in Compact mode.
[1.0.0] #
- Initial release