一键导入
setup-flutter-environment
Prepare a deterministic Flutter development environment with SDK/tooling verification and baseline validation commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Prepare a deterministic Flutter development environment with SDK/tooling verification and baseline validation commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Build and refactor Flutter features with layered architecture, robust state management, Dart analysis tooling, and optional Figma-driven UI implementation.
Systematically diagnose Flutter failures from logs to root cause across Dart, package graph, Android, and iOS.
Prepare Flutter applications for Android and iOS production publication using official Flutter, Android, and Apple release guidance.
Synchronize official Flutter AI rules profiles and set the active profile used by this pack.
Safely upgrade Flutter SDK, Dart/Flutter packages, and Apple-platform native dependencies with deterministic checks and rollback options.
Write and extend Dart/Flutter unit (bloc/cubit), widget, integration, and E2E tests using the repository's existing test stack and project templates. Use when asked to write, add, update, fix, or refactor Flutter tests or test setup.
| name | setup-flutter-environment |
| description | Prepare a deterministic Flutter development environment with SDK/tooling verification and baseline validation commands. |
Use this skill when a project needs a clean, reproducible Flutter setup before implementation, testing, or release work.
melos.yaml exists, note workspace boundaries before running package-specific checksflutter --version or the repository-managed Flutter commanddart --version or the repository-managed Dart commandjava -version when Android work is in scopexcodebuild -version when iOS/macOS work is in scopeflutter doctor -v or the repository-managed Flutter doctor commandflutter doctor --android-licenses) when Android is required.pubspec.yamlandroid/, ios/, melos.yaml, .fvm/fvm_config.json)flutter pub get or the repository-managed equivalentflutter analyze or the repository-managed equivalentflutter doctor still has unresolved blockers for requested target platforms.done/completed without command evidence.flutter doctor summary with unresolved blockers.