fix: migrate to dart run build_runner... (#2962)
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled

This commit is contained in:
Gabbar
2026-03-07 23:03:31 +05:30
committed by GitHub
parent 90de693a9b
commit 3ec2d77875
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: Build generated files
working-directory: app
run: flutter pub run build_runner build -d
run: dart run build_runner build -d
- name: Upload updated lib files with generated code
uses: actions/upload-artifact@v6