Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
g-apparence committed Apr 3, 2023
1 parent 2464309 commit dfa4f0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- name: Install Dependencies
run: flutter packages get
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<br><br>

<p align="center">
<a href="https://github.com/Apparence-io/bart/actions"><img src="https://img.shields.io/github/workflow/status/Apparence-io/bart/main" alt="build"></a>
<a href="https://github.com/Apparence-io/bart/actions"><img src="https://img.shields.io/github/actions/workflow/status/Apparence-io/bart/flutter-ci.yml" alt="build"></a>
<a href="https://codecov.io/gh/Apparence-io/bart"><img src="https://codecov.io/gh/Apparence-io/bart/branch/master/graph/badge.svg?token=W574M0EGAW"/></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/license-MIT-purple.svg" alt="License: MIT"></a>
<a href="https://pub.dev/packages/bart"><img src="https://img.shields.io/pub/v/bart" alt="pub dev bart"></a>
Expand All @@ -24,6 +24,7 @@
- 😌 **Very easy** to implement.
- 🪄 Show **AppBar** on demand (automatically **animated**).
- 🚀 Create your **own bottom bar design** if you need it.
- 👻 Hide/Show bottom bar when you need
- 🗃 **Cache** route page if you need to **restore state**.

## 🧐&nbsp; Live example
Expand Down

0 comments on commit dfa4f0f

Please sign in to comment.