What problem does it solve?
This Skill delivers verified, post-training-cutoff updates for Flutter and Dart so AI-generated code, migration guidance, and tooling configurations remain accurate and do not rely on deprecated or removed APIs.
Core Features & Use Cases
- Language & syntax updates: Describes null-aware elements, dot shorthands, doc imports, and cross-compilation changes to keep source code syntactically correct.
- Widget and API migrations: Lists new widgets and breaking changes (RadioGroup, CarouselView.builder, RepeatingAnimationBuilder, squircles) and provides migration guidance.
- Tooling, platform & configuration: Covers pub workspace globs, tag-based git resolution, web hot reload, platform-specific assets, UIScene migration, and build/tooling constraints for reliable builds.
- Use case: When upgrading a codebase or asking an assistant to author Flutter/Dart code, consult this patch so generated implementations, pubspec settings, and migration steps match Flutter 3.29–3.41 and Dart 3.7–3.11 expectations.
Quick Start
Load flutter-knowledge-patch and ask the assistant to scan my project for Flutter and Dart versions then update generated code and migration steps to match current APIs.