원클릭으로
genui-workshop-step-3
Execute Step 3 of the GenUI Workshop, creating the empty Flutter project and adding dependencies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute Step 3 of the GenUI Workshop, creating the empty Flutter project and adding dependencies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates a shell script to build and run the Flutter web app on Cloud Shell using a local HTTP server.
Execute Step 4 of the GenUI Workshop, setting up the GenUI scaffolding and initial chat interface.
Execute Step 5 of the GenUI Workshop, integrating the GenUI package into the Flutter app.
Execute Step 6 of the GenUI Workshop, creating the weather input widget and updating the system prompt.
Execute Step 7 of the GenUI Workshop, creating the weather card widget and fake forecast data.
Orchestrates the discovery, mapping, design, and implementation of a premium Flutter-based frontend for an Agent Development Kit (ADK) agent written with Python.
| name | genui_workshop_step_3 |
| description | Execute Step 3 of the GenUI Workshop, creating the empty Flutter project and adding dependencies. |
Goal: Execute Step 3 of the GenUI workshop.
Instructions: Execute the following commands sequentially to create the initial Flutter project and configure it. Assume the terminal's working directory is an empty directory where the project should reside.
git config --global --add safe.directory /google/flutter
flutter create --empty .
dart pub global activate flutterfire_cli
export PATH="$PATH":"$HOME/.pub-cache/bin"
(Note: Skip flutterfire configure as instructed by the user)
flutter pub add genui firebase_core firebase_ai json_schema_builder