Flutter Upgrade 3 47

Upgrade a Flutter project to Flutter 3.47. Includes official reference URLs (What's new blog, release notes, breaking changes). Handles cases whether Flutter SDK is already upgraded to 3.47 or not. Follows latest flutter create 3.47 template defaults (AGP 9, Built-in Kotlin), updates pubspec.yaml environment SDK & Flutter bounds (caret specified ^3.13.0 & ^3.47.0), configures melos.bootstrap.environment & runs melos bs if applicable, applies dart fixes, offers optional design widget migration (migrate_design_widgets), warns about runtime breaking changes (OpenGL ES texture direction, Impeller Desktop text rendering, Semantics), and creates a detailed Pull Request.

mono0926 5fa1210 11.8 KB Updated

File contents

mono0926/skills/tree/main/flutter-upgrade-3-47 commit 5fa12106b1

Frequently asked questions

npx skillmds@latest add mono0926/flutter-upgrade-3-47