Skip to content

Commit 5407475

Browse files
committed
Updated Readme
1 parent c393da1 commit 5407475

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies:
6262
Import 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

6868
Persistent bottom navigation bar uses `PersistentTabController` as its controller. Here is how to declare it:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A highly customizable persistent/static bottom navigation bar for f
33

44
homepage: https://github.com/BilalShahid13/PersistentBottomNavBar
55
repository: https://github.com/BilalShahid13/PersistentBottomNavBar
6-
version: 6.1.0
6+
version: 6.1.1
77

88
environment:
99
sdk: '>=2.12.0 <4.0.0'

0 commit comments

Comments
 (0)