blob: 65d360cc07ee2b982c52be7bd013bb2544fd9e1e [file] [log] [blame] [view]
## 0.1.0
* Change the `selectedIndex` parameter on `standardNavigationRail` to allow null values to indicate "no destination".
* An explicitly null `currentIndex` parameter passed to `standardBottomNavigationBar` will also default to 0, just like implicitly null missing parameters.
## 0.0.9
* Fix passthrough of `leadingExtendedNavRail`, `leadingUnextendedNavRail` and `trailingNavRail`
## 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 from `AppBar?` to `PreferredSizeWidget?`
## 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