Контейнерное окружение для Flutter и Rust разработки
devops
frb-dev-env is a Claude Code skill that manages container-based development environments for flutter_rust_bridge using Docker and Tart. Docker long-lived containers — named from a SHA256 prefix of the worktree root — handle Rust, Dart, and web tests, code generation, lint, and Android build checks that do not require a running emulator; iOS Simulator validation runs in a separate Tart workflow with a macOS VM cloned from a prepared base image. Container lifecycle is controlled via frb_dev_env.py with docker info, docker create, and docker exec subcommands, while release publishing uses a disposable container that mounts GitHub CLI, Cargo, Dart pub, and Git credentials read-only from the host. The skill suits teams maintaining the FRB monorepo who need a reproducible cross-platform baseline independent of local toolchain state.
- #docker
- #tart
- #flutter-rust-bridge
- #development-environment
- #macos
- #ios