Обновление flutter_rust_bridge до нового релиза Flutter

engineering

frb-upgrade-flutter is a Claude Code skill that orchestrates the full upgrade workflow for flutter_rust_bridge when targeting a new Flutter stable release. It structures the process into five ordered phases: inventorying current Flutter, Dart, and Rust pins via ripgrep queries, updating `.devcontainer/Dockerfile` and building a fresh local Docker image, synchronizing environment variables across `ci.yaml` and `post_release.yaml`, regenerating and classifying scaffold drift by source (integration template, Apple scaffold, Cargokit, or example output), and fixing real compatibility failures. Built-in non-negotiables prohibit hand-editing generated files as a final state and require a dry-run of the dev Docker image before any derived tag is referenced in a PR. The skill is designed for teams maintaining Flutter-and-Rust monorepos who need reproducible, CI-consistent toolchain upgrades without version skew between the devcontainer, CI pipelines, and local development environments.