We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa4b09 commit f63e32bCopy full SHA for f63e32b
llm.md renamed to .gemini/llm-role.md
release.md renamed to .gemini/release.md
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
36
with:
37
channel: beta
38
- - run: cd tool && pub get && dart ./tool/ci_script.dart && cd ../
+ - run: cd tool && flutter pub get && dart ./tool/ci_script.dart && cd ../
39
40
# android-build:
41
# runs-on: ubuntu-latest
.gitignore
@@ -84,5 +84,4 @@ yarn.lock
84
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
85
86
.claude/
87
-.gemini/
88
logs/
0 commit comments