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.
tfagents-flutter
1 parent 58e62ea commit edcf2d6Copy full SHA for edcf2d6
tfagents-flutter/codelab_rebuild.yaml
@@ -9,6 +9,21 @@ steps:
9
- name: Add deps
10
path: frontend
11
flutter: pub add http
12
+ - name: Add .gemini directory
13
+ mkdir: frontend/.gemini
14
+ - name: Add .gemini/settings.json
15
+ path: frontend/.gemini/settings.json
16
+ replace-contents: |
17
+ {
18
+ "mcpServers": {
19
+ "dart": {
20
+ "command": "dart",
21
+ "args": [
22
+ "mcp-server"
23
+ ]
24
+ }
25
26
27
- name: Strip DEVELOPMENT_TEAM
28
strip-lines-containing: DEVELOPMENT_TEAM =
29
path: frontend/ios/Runner.xcodeproj/project.pbxproj
0 commit comments