mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
661b8edef229499c0a919f4fd6ceebf935529243 introduced changes related to build hooks that made assumptions about the value of the detected target platform, effectively restricting `flutter run` to targeting single devices. This change fixes the regression which prevented developers from deploying their application to multiple devices with `flutter run -d all`. Fixes https://github.com/flutter/flutter/issues/179857