Skip to content

Commit 1b5f025

Browse files
committed
release v0.6.0
1 parent a28a6bf commit 1b5f025

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## **navbar_router v0.5.9**
1+
## **navbar_router v0.6.0**
22

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

@@ -159,9 +159,9 @@ You can hide or show bottom navigationBar with a single line of code from anywhe
159159
NavbarNotifier.hideBottomNavBar = true;
160160
```
161161

162-
| Hide/show navbar on scroll | Hide/show navbar on drawer open/close | Consistent behavior across all Navbars
163-
| :-----------------------------: | :------------------------------: | :------------------------------: |
164-
| ![](https://miro.medium.com/max/800/1*NaYdY1FfsPFCNBdx3wg_og.gif) | <img src="https://user-images.githubusercontent.com/31410839/173987446-c8c79bb0-d24c-46c1-bc4a-582508a4e187.gif" width ="200"> | ![ezgif com-video-to-gif](https://github.com/maheshmnj/navbar_router/assets/31410839/4e30d2a6-63c7-427c-953b-f800d1b68fad)
162+
| Hide/show navbar on scroll | Hide/show navbar on drawer open/close | Consistent behavior across all Navbars |
163+
| :---------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------: |
164+
| ![](https://miro.medium.com/max/800/1*NaYdY1FfsPFCNBdx3wg_og.gif) | <img src="https://user-images.githubusercontent.com/31410839/173987446-c8c79bb0-d24c-46c1-bc4a-582508a4e187.gif" width ="200"> | ![ezgif com-video-to-gif](https://github.com/maheshmnj/navbar_router/assets/31410839/4e30d2a6-63c7-427c-953b-f800d1b68fad) |
165165

166166
## Show Snackbar
167167

docs/release-notes.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [0.6.0] July 29, 2023
2+
3+
- Adds support for Floating Navbar with `NavbarType.floating`
4+
- Deprecate unselectedIconColor use `unselectedLabelColor` instead
5+
6+
## [0.5.9] July 21, 2023
7+
8+
- Adds `transitionDuration` property to `Navigate` class
9+
10+
## [0.5.8] July 21, 2023
11+
12+
- add circular reveal transition animation
13+
- rename `slideTransitionType` to `transitionType` for `pushReplace` method
14+
- Add `Offset` property for `TransitionType.reveal`
15+
16+
## [0.5.7] July 04, 2023
17+
18+
- Expose onClosed property of Snackbar api.
19+
- Expose `onCurrentTabClicked` property of NavbarRouter
20+
121
## [0.5.6] June 25, 2023
222

323
- Adds support for Floating Snackbar on top of NavbarRouter

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ packages:
144144
path: ".."
145145
relative: true
146146
source: path
147-
version: "0.5.9"
147+
version: "0.6.0"
148148
path:
149149
dependency: transitive
150150
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: navbar_router
22
description: A flutter package to build advanced bottomnavbar with minimal code and hassle
33

4-
version: 0.5.9
4+
version: 0.6.0
55
homepage: https://github.com/maheshmnj/navbar_router
66
repository: https://github.com/maheshmnj/navbar_router
77
issue_tracker: https://github.com/maheshmnj/navbar_router/issues

0 commit comments

Comments
 (0)