Back to Flutter

Rebuild Flutter Tool Workflow

.agents/skills/rebuilding-flutter-tool/SKILL.md

3.47.0488 B
Original Source

Rebuild Flutter Tool Workflow

You must strictly follow this workflow to rebuild the Flutter tool.

Step 1: Execute

  • Action: Run the rebuild script: dart .agents/skills/rebuilding-flutter-tool/scripts/rebuild.dart

Step 2: Verification & Error Handling

After execution, verify the build output.

  • If the script succeeds, print only "Flutter tool rebuilt successfully!" and then STOP.
  • If the script fails, provide the user with the exact error output and STOP.