fix warnings

This commit is contained in:
Sergey Penkovsky
2025-05-13 23:12:17 +03:00
parent 1b5cc64324
commit 28035a1ccd
5 changed files with 15 additions and 9 deletions

View File

@@ -8,8 +8,10 @@ packages:
scripts:
analyze:
run: |
flutter analyze
exec: dart analyze
format:
run: |
flutter format
exec: dart format
test:
exec: dart test ./test