flutter/genui_workshop_step_3
Execute Step 3 of the GenUI Workshop, creating the empty Flutter project and adding dependencies.
npx skills add https://github.com/flutter/demos --skill genui_workshop_step_3
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
Take flutter/genui_workshop_step_3 from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.