You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter_adaptive_scaffold/CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 0.1.2
2
+
3
+
* Fixes `NavigationRail` items not considering `NavigationRailTheme` values - [flutter/flutter#121135](https://github.com/flutter/flutter/issues/121135)
4
+
* When `NavigationRailTheme` is provided, it will use the theme for values that the user has not given explicit theme-related values for.
5
+
1
6
## 0.1.1
2
7
3
8
* Fixes flutter/flutter#121135) `selectedIcon` parameter not displayed even if it is provided.
@@ -11,7 +16,6 @@
11
16
* Change the `selectedIndex` parameter on `standardNavigationRail` to allow null values to indicate "no destination".
12
17
* An explicitly null `currentIndex` parameter passed to `standardBottomNavigationBar` will also default to 0, just like implicitly null missing parameters.
13
18
14
-
15
19
## 0.0.9
16
20
17
21
* Fix passthrough of `leadingExtendedNavRail`, `leadingUnextendedNavRail` and `trailingNavRail`
0 commit comments