Flutter : mise à jour de maintenance
lun, 14/09/2026 - 10:50
Flutter distribue une petite version de maintenance : la 3.47.4. Elle ferme 7 issues : crashs, erreurs, prévisualisation manquante.

Pour mettre à jour
flutter channel stable
flutter upgrade
Liste complète
- flutter/191899 When Windows Smart App Control or security policies block binary execution on Windows, gracefully handle the error with an actionable message instead of crashing.
- flutter/192120 Fixes missing preview reload timing analytics in LspPreviewDetector across all platforms.
- flutter/181560 When building iOS and macOS app, SwiftPM migration warnings and errors are not tracked in analytics.
- flutter/191964 On iOS, apps bundling native assets fail App Store submission when native libraries are compiled with deployment targets above iOS 13.
- flutter/189284 When debugging with Xcode 27, the app may launch to a white screen and hang for multiple minutes.
- flutter/190465 When running WebAssembly dry-run builds on Web, remove redundant experiment flag warning that dropped telemetry error findings.
- flutter/191898 When remote test processes emit plain-text error output on all platforms, prevent flutter_tools from crashing with an unhandled FormatException.

