Releases: maheshj01/navbar_router
Releases · maheshj01/navbar_router
v0.7.5
12 Jul 14:51
Compare
Sorry, something went wrong.
No results found
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
30 May 22:21
Compare
Sorry, something went wrong.
No results found
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
20 Dec 17:56
Compare
Sorry, something went wrong.
No results found
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
09 Dec 01:41
Compare
Sorry, something went wrong.
No results found
Whats New
Fixes: Issue #6 Fade Transition is not smooth
v0.6.3
01 Dec 22:30
Compare
Sorry, something went wrong.
No results found
Add a method to programmatically push a route to the NavigatorStack
v0.6.0
29 Jul 20:32
Compare
Sorry, something went wrong.
No results found
Adds support for Floating Navbar with NavbarType.floating
Adds transitionDuration property to Navigate class
v0.5.7
04 Jul 13:18
Compare
Sorry, something went wrong.
No results found
Expose onClosed property of Snackbar api.
Expose onCurrentTabClicked property of NavbarRouter
v0.5.6
26 Jun 00:52
Compare
Sorry, something went wrong.
No results found
Adds support for Floating Snackbar on top of NavbarRouter
v0.5.2
04 Jun 21:39
Compare
Sorry, something went wrong.
No results found
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
02 May 22:46
Compare
Sorry, something went wrong.
No results found
[0.5.0] Apr 08, 2023
Adds support for material3 navbar
Removes selectedLabelColor Property
Adds indexChangeListener to NavbarRouter