diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9eeef8..ac1cd90 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,5 +9,10 @@ jobs: with: channel: beta cache: true + + - name: Make envfile + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_API_URL: ${{ secrets.API_URL }} - run: flutter test \ No newline at end of file diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 6b74560..7caea45 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -19,6 +19,11 @@ jobs: with: channel: beta cache: true + + - name: Make envfile + uses: SpicyPizza/create-envfile@v2.0 + with: + envkey_API_URL: ${{ secrets.API_URL }} - name: Run Tests run: flutter test diff --git a/.gitignore b/.gitignore index 8f94e0e..01bf524 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ migrate_working_dir/ # The .vscode folder contains launch configuration and tasks you configure in # VS Code which you may wish to be included in version control, so this line # is commented out by default. -#.vscode/ +.vscode/ # Flutter/Dart/Pub related **/doc/api/ @@ -44,3 +44,4 @@ app.*.map.json # Until I change the config for dev and release web/flutter_bootstrap.js +.env* diff --git a/README.md b/README.md index 91acc1b..e13d1b2 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,16 @@ with the data of multiples sites about the Samba Schools in Brazil 🇧🇷 - [x] Offload initialization of the main method - [x] Personalized Widgets with helper extensions - [x] Pagination and TextSearch to the API +- [x] Make web deploy automatic +- [x] Make design adaptive for material3 +- [x] Deploy in Web +- [x] Use Dio Cache # To do -- [ ] Deploy in Web + - [ ] Testing -- [ ] Make deploy automatic -- [ ] Make design adaptive for material3 -- [ ] Search in the 3 tabs - [ ] Load Favorites by separate at the start -- [ ] Update Parades Design -- [ ] Fix some schools image names - [ ] Add Instruments photos - [ ] Add Instruments learning text -- [ ] Store data in cache for offline use + diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 5c0045b..dd0be15 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -20,6 +20,7 @@ android:name="io.flutter.embedding.android.NormalTheme" android:resource="@style/NormalTheme" /> + @@ -30,6 +31,9 @@ +