File tree Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Expand file tree Collapse file tree 4 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11name : navbar_router
22description : A flutter package to build advanced bottomnavbar with minimal code and hassle
33
4- version : 0.5.9
4+ version : 0.6.0
55homepage : https://github.com/maheshmnj/navbar_router
66repository : https://github.com/maheshmnj/navbar_router
77issue_tracker : https://github.com/maheshmnj/navbar_router/issues
You can’t perform that action at this time.
0 commit comments