fix: save patched and installed apps on prefs, improve installer log, improve dashboard with real data (wip)

This commit is contained in:
Alberto Ponces
2022-08-15 18:42:09 +01:00
parent 384d593024
commit ce09a5264a
19 changed files with 180 additions and 365 deletions

View File

@ -19,6 +19,8 @@ jobs:
channel: 'stable'
- name: Set up Flutter
run: flutter pub get
- name: Generate files with Builder
run: flutter packages pub run build_runner build --delete-conflicting-outputs
- name: Build with Flutter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}