Skip to content

Commit

Permalink
fix some of the dart analyzer complaints
Browse files Browse the repository at this point in the history
try to generate locals manually
  • Loading branch information
lamarios committed May 22, 2024
1 parent d0a379c commit 0bb644f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- run: set -e
- run: ./submodules/flutter/bin/flutter doctor
- run: ./submodules/flutter/bin/flutter config --no-analytics
- run: ./submodules/flutter/bin/dart run build_runner build --delete-conflicting-outputs
- run: ./submodules/flutter/bin/flutter pub get
- run: ./submodules/flutter/bin/dart format --output=none --set-exit-if-changed ./lib
- run: ./submodules/flutter/bin/dart analyze ./lib
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
export PUB_CACHE=$(pwd)/.pub-cache
./submodules/flutter/bin/flutter doctor
./submodules/flutter/bin/flutter config --no-analytics
./submodules/flutter/bin/dart run build_runner build --delete-conflicting-outputs
./submodules/flutter/bin/flutter pub get
./submodules/flutter/bin/flutter pub run flutter_native_splash:create
./submodules/flutter/bin/flutter build apk --split-per-abi
Expand Down

0 comments on commit 0bb644f

Please sign in to comment.