From dfa4f0fa7f81687f1318434b35650b19fc99cafe Mon Sep 17 00:00:00 2001 From: Gautier Date: Mon, 3 Apr 2023 14:44:44 +0200 Subject: [PATCH] update ci --- .github/workflows/flutter-ci.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-ci.yml b/.github/workflows/flutter-ci.yml index c9eecaf..4a02703 100644 --- a/.github/workflows/flutter-ci.yml +++ b/.github/workflows/flutter-ci.yml @@ -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 diff --git a/README.md b/README.md index be9dd09..bb5af7c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- build + build License: MIT pub dev bart @@ -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**. ## 🧐  Live example