flutter_adaptive_scaffold 0.1.2 flutter_adaptive_scaffold: ^0.1.2 copied to clipboard
Widgets to easily build adaptive layouts, including navigation elements.
0.1.2 #
- Fixes
NavigationRail
items not consideringNavigationRailTheme
values - flutter/flutter#121135 - When
NavigationRailTheme
is provided, it will use the theme for values that the user has not given explicit theme-related values for.
0.1.1 #
- Fixes flutter/flutter#121135)
selectedIcon
parameter not displayed even if it is provided.
0.1.0+1 #
- Aligns Dart and Flutter SDK constraints.
0.1.0 #
- Change the
selectedIndex
parameter onstandardNavigationRail
to allow null values to indicate "no destination". - An explicitly null
currentIndex
parameter passed tostandardBottomNavigationBar
will also default to 0, just like implicitly null missing parameters.
0.0.9 #
- Fix passthrough of
leadingExtendedNavRail
,leadingUnextendedNavRail
andtrailingNavRail
0.0.8 #
Make fuchsia a mobile platform.
0.0.7 #
- Patch duplicate key error in SlotLayout.
0.0.6 #
- Change type of
appBar
parameter fromAppBar?
toPreferredSizeWidget?
0.0.5 #
- Calls onDestinationChanged callback in bottom nav bar.
0.0.4 #
- Fix static analyzer warnings using
core
lint.
0.0.3 #
- First published version.
0.0.2 #
- Adds some more examples.
0.0.1+1 #
- Updates text theme parameters to avoid deprecation issues.
0.0.1 #
- Initial release