Update Aug 20, 2026 tracked by Updatify

3.47.1

  • flutter/190871 Flutter GPU could not be enabled in release builds on Linux and Windows, since those embedders had no project-level opt-in and release builds ignore engine switches from the environment.
  • flutter/188446 When building multi-target applications in parallel on iOS and macOS, a race condition in SwiftPM integration causes FileSystemException.
  • flutter/189550 When running flutter pub get in a Dart workspace, platform tooling regeneration and analysis options migration are skipped for packages that do not depend on Flutter.
  • flutter/190234 Avoid crashing with PathNotFoundException when cleaning up native assets if files are removed concurrently.
  • flutter/189128 Invalidate WebEntrypointTarget and regenerate web_plugin_registrant.dart when web plugins are added or removed.
  • flutter/186445 Fix hot restart for WASM web builds.
  • flutter/190284 Fix hot reload failing to reload edits in nested Pub workspace member packages located under root lib/.
  • flutter/191056 Recursively resolve includes in AnalysisOptionsMigration to prevent redundant rewrites of analysis_options.yaml.
  • flutter/189156 Validate plugin class and package identifiers to prevent arbitrary code injection into GeneratedPluginRegistrant.
  • flutter/190721 Fix deadlock in debug adapters when the target process exits early during startup before VM service connection.
  • flutter/189972 Fix ADB device list parsing for long wireless mDNS serials separated from state by a single space.
  • flutter/190233 Fix impellerc crash on Windows when paths contain Unicode characters, and improve shader compiler error diagnostics.