File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 6.1.1] - 2024-07-11
9+ - Updated README.md
10+
811## [ 6.1.0] - 2024-07-11
912- Fixed issue where class ` CustomWidgetRouteAndNavigatorSettings ` was unintentionally made private.
1013- ** Breaking Changes**
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ dependencies:
6262Import the package:
6363
6464` ` ` dart
65- import 'package:persistent_bottom_nav_bar/persistent_tab_view .dart';
65+ import 'package:persistent_bottom_nav_bar/persistent_bottom_nav_bar .dart';
6666```
6767
6868Persistent bottom navigation bar uses ` PersistentTabController ` as its controller. Here is how to declare it:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: A highly customizable persistent/static bottom navigation bar for f
33
44homepage : https://github.com/BilalShahid13/PersistentBottomNavBar
55repository : https://github.com/BilalShahid13/PersistentBottomNavBar
6- version : 6.1.0
6+ version : 6.1.1
77
88environment :
99 sdk : ' >=2.12.0 <4.0.0'
You can’t perform that action at this time.
0 commit comments