Releases: maheshj01/navbar_router
Releases · maheshj01/navbar_router
v0.7.5
What's Changed
- Migrate WillPopScope to PopScope Issue 48
- Fix Deprecation Issue 49
- Migrate example app to Flutter's Gradle plugins
- Fix: Navbar Destination not updating on backbutton press Issue 51
- docs: Navbar Router should be wrapped in builder for Snackbar to work
v0.7.4
What's Changed
- Expose NavigationRail properties to NavbarDecoration by @maheshmnj in #47
- Support for badges on the NavbarItem by @bebaoboy in #43
- Propagate NavbarItem updates to NavigationBar by @maheshmnj in #45
New Contributors
Full Changelog: v0.7.1...v0.7.4
v0.7.1
Whats new?
- Rebuild Navbar on updating its properties Fixes: #38
- Remove workaround for #17
- Add child parameter to NavbarItem for adding custom widgets in place of icon and label Fix Issue #20
- Add selectedIcon property to NavbarItem
v0.7.0
Whats New
- Fixes: Issue #6 Fade Transition is not smooth
v0.6.3
- Add a method to programmatically push a route to the NavigatorStack
v0.6.0
- Adds support for Floating Navbar with
NavbarType.floating
- Adds
transitionDuration
property to Navigate
class
v0.5.7
- Expose onClosed property of Snackbar api.
- Expose
onCurrentTabClicked
property of NavbarRouter
v0.5.6
- Adds support for Floating Snackbar on top of NavbarRouter
v0.5.2
- Adds
Navigate
class to help with navigation with transitions.
- Fix M3Navbar Color scheme to match M3 spec
- Fix: Notched Navbar Shape Issue 19
- Migrate example app to material 3.
Release v0.5.0
[0.5.0] Apr 08, 2023
- Adds support for material3 navbar
- Removes selectedLabelColor Property
- Adds indexChangeListener to NavbarRouter