Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-pedro99 committed Sep 17, 2023
1 parent 940f0c5 commit 26e1a75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: beta
- run: dart format -o none --set-exit-if-changed lib/
- run: dart format -o none --set-exit-if-changed example/lib/
- run: dart format lib/
- run: dart format example/lib/
- run: flutter pub get
- run: flutter analyze
- run: dart pub global activate coverage
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ You can contribute by:
* Improving documentation
* Talking about BottomNavyBar

All bugs, tasks or enhancements are tracked as [GitHub issues][https://github.com/pedromassango/bottom_navy_bar/issues]. Issues that might be a good start for new contributors are marked with the `good first issue` label.
All bugs, tasks or enhancements are tracked as [GitHub issues](https://github.com/pedromassango/bottom_navy_bar/issues). Issues that might be a good start for new contributors are marked with the `good first issue` label.

We recommend you get in touch with us before contributing, you can do that by:
- openning a new issue
- opening a new issue
- or start a new discussion.

## After
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add the dependency in `pubspec.yaml`:
```yaml
dependencies:
...
bottom_navy_bar: ^5.6.0
bottom_navy_bar: ^6.0.0
```

## Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bottom_navy_bar
description: A beautiful and animated bottom navigation. The navigation bar uses your current theme, but you are free to customize it.
version: 6.1.0
version: 6.0.0
homepage: https://github.com/pedromassango/bottom_navy_bar

environment:
Expand Down

0 comments on commit 26e1a75

Please sign in to comment.