Skip to content

Releases: maheshmnj/navbar_router

v0.7.4

30 May 22:21
Compare
Choose a tag to compare

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
Choose a tag to compare

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
1e55546
Compare
Choose a tag to compare

Whats New

  • Fixes: Issue #6 Fade Transition is not smooth

v0.6.3

01 Dec 22:30
Compare
Choose a tag to compare
  • Add a method to programmatically push a route to the NavigatorStack

v0.6.0

29 Jul 20:32
Compare
Choose a tag to compare
  • Adds support for Floating Navbar with NavbarType.floating
  • Adds transitionDuration property to Navigate class

v0.5.7

04 Jul 13:18
Compare
Choose a tag to compare
  • Expose onClosed property of Snackbar api.
  • Expose onCurrentTabClicked property of NavbarRouter

v0.5.6

26 Jun 00:52
Compare
Choose a tag to compare
  • Adds support for Floating Snackbar on top of NavbarRouter

v0.5.2

04 Jun 21:39
4628ee9
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

[0.5.0] Apr 08, 2023

  • Adds support for material3 navbar
  • Removes selectedLabelColor Property
  • Adds indexChangeListener to NavbarRouter