File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 5.4.0] - 2025-05-04
78## [ 5.3.1] - 2024-10-03
89### Fixed
910- Improve documentation on the historyLength (https://github.com/jb3rndt/PersistentBottomNavBarV2/pull/138 )
@@ -574,6 +575,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
574575- Includes platform specific behavior as an option (specify it in the two navigator functions).
575576- Based on flutter's Cupertino(iOS) bottom navigation bar.
576577
578+ [ 5.4.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.3.1...5.4.0
577579[ 5.3.1 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.3.0...5.3.1
578580[ 5.3.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.3...5.3.0
579581[ 5.2.3 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.2.2...5.2.3
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ packages:
166166 path: ".."
167167 relative: true
168168 source: path
169- version: "5.3.1 "
169+ version: "5.4.0 "
170170 sky_engine:
171171 dependency: transitive
172172 description: flutter
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A highly customizable bottom navigation bar for Flutter. Includes 1
33
44homepage : https://github.com/jb3rndt/PersistentBottomNavBarV2
55repository : https://github.com/jb3rndt/PersistentBottomNavBarV2
6- version : 5.3.1
6+ version : 5.4.0
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments