File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed
Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ 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+ ## [ 6.2.0] - 2025-10-28
8+ ### Changed
9+ - bump gorouter to 16.3.0
10+
711## [ 6.1.0] - 2025-06-22
812### Changed
913- bump gorouter to 15.2.3
1014
1115## [ 6.0.1] - 2025-05-18
1216### Fixed
13- - If no custom NavigatorKeys were specified, state of each tab got lost when reloading.
17+ - If no custom NavigatorKeys were specified, the state of each tab got lost when reloading.
1418
1519## [ 6.0.0] - 2025-05-17
1620### Added
@@ -616,6 +620,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
616620- Includes platform specific behavior as an option (specify it in the two navigator functions).
617621- Based on flutter's Cupertino(iOS) bottom navigation bar.
618622
623+ [ 6.2.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/6.1.0...6.2.0
619624[ 6.1.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/6.0.1...6.1.0
620625[ 6.0.1 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/6.0.0...6.0.1
621626[ 6.0.0 ] : https://github.com/jb3rndt/PersistentBottomNavBarV2/compare/5.4.0...6.0.0
Original file line number Diff line number Diff line change @@ -92,26 +92,26 @@ packages:
9292 dependency: transitive
9393 description:
9494 name: leak_tracker
95- sha256: "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0 "
95+ sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de "
9696 url: "https://pub.dev"
9797 source: hosted
98- version: "10 .0.9 "
98+ version: "11 .0.2 "
9999 leak_tracker_flutter_testing:
100100 dependency: transitive
101101 description:
102102 name: leak_tracker_flutter_testing
103- sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
103+ sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
104104 url: "https://pub.dev"
105105 source: hosted
106- version: "3.0.9 "
106+ version: "3.0.10 "
107107 leak_tracker_testing:
108108 dependency: transitive
109109 description:
110110 name: leak_tracker_testing
111- sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3 "
111+ sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1 "
112112 url: "https://pub.dev"
113113 source: hosted
114- version: "3.0.1 "
114+ version: "3.0.2 "
115115 lints:
116116 dependency: transitive
117117 description:
@@ -166,7 +166,7 @@ packages:
166166 path: ".."
167167 relative: true
168168 source: path
169- version: "6.1 .0"
169+ version: "6.2 .0"
170170 sky_engine:
171171 dependency: transitive
172172 description: flutter
@@ -216,18 +216,18 @@ packages:
216216 dependency: transitive
217217 description:
218218 name: test_api
219- sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
219+ sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
220220 url: "https://pub.dev"
221221 source: hosted
222- version: "0.7.4 "
222+ version: "0.7.6 "
223223 vector_math:
224224 dependency: transitive
225225 description:
226226 name: vector_math
227- sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
227+ sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
228228 url: "https://pub.dev"
229229 source: hosted
230- version: "2.1.4 "
230+ version: "2.2.0 "
231231 vm_service:
232232 dependency: transitive
233233 description:
@@ -237,5 +237,5 @@ packages:
237237 source: hosted
238238 version: "15.0.0"
239239sdks:
240- dart: ">=3.7 .0-0 <4.0.0"
240+ dart: ">=3.8 .0-0 <4.0.0"
241241 flutter: ">=3.27.0"
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 : 6.1 .0
6+ version : 6.2 .0
77
88environment :
99 sdk : " >=3.0.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments