2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Flutter upgrades (#416)

* Upgrade flutter version

* Update packages

* update prj files

* Bump android sdk target to 33
This commit is contained in:
Oliver
2023-08-22 22:52:18 +10:00
committed by GitHub
parent af09cde29e
commit 81907ad72f
8 changed files with 117 additions and 45 deletions

View File

@ -39,14 +39,14 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.4'
flutter-version: '3.13.0'
- name: Collect Translation Files
run: |
cd lib/l10n
python3 collect_translations.py
- name: Static Analysis Tests
run: |
flutter --version
flutter upgrade
cp lib/dummy_dsn.dart lib/dsn.dart
python3 find_dart_files.py
flutter pub get