Skip to content

Commit

Permalink
Prepare for release v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshj01 committed Apr 30, 2024
1 parent dc4c8dc commit 47cd754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- Adds Support for Navbarbadges #[PR 43](https://github.com/maheshmnj/navbar_router/pull/43/)
- Expose NavigationRail properties to NavbarRouter Part of [Issue #41](https://github.com/maheshmnj/navbar_router/issues/41)
- Improve closing and opening of NavigationRail on Window resize/programmatically
<!-- - Propagate NavbarItem updates to Navbar [Issue #38](https://github.com/maheshmnj/navbar_router/issues/38) -->
- Propagate NavbarItem updates to Navbar [Issue #38](https://github.com/maheshmnj/navbar_router/issues/38)

## [0.7.3] Dec 30, 2023

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## **navbar_router v0.7.3**
## **navbar_router v0.7.4**

<a href="https://pub.dev/packages/navbar_router"><img src="https://img.shields.io/pub/v/navbar_router.svg" alt="Pub"></a>

Expand Down Expand Up @@ -267,7 +267,6 @@ NavbarItem(Icons.home_outlined, 'Home',

<img src="https://github.com/maheshmnj/navbar_router/assets/31410839/2362187a-0a19-41a0-938c-214c103e64dd">


For detailed description of all the features and properties please visit the [documentation](https://docs.maheshjamdade.com/navbar_router)

### Curious how the navbar_router works?
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: navbar_router
description: A flutter package to build advanced bottomnavbar with minimal code and hassle

version: 0.7.3
version: 0.7.4
homepage: https://github.com/maheshmnj/navbar_router
repository: https://github.com/maheshmnj/navbar_router
issue_tracker: https://github.com/maheshmnj/navbar_router/issues
Expand Down

0 comments on commit 47cd754

Please sign in to comment.