-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Description
Once Mac Designed for iPad are discoverable #141290 implement flutter run and flutter drive on these devices.
We originally didn't allow flutter run to avoid confusion with macOS-proper development when that platform was not yet in stable (see comment in #84411). Now that macOS development has been in stable for awhile, and arm64 Macs are far more prevalent, let's enable this to make it easier for developers to debug their app in whatever way Apple supports.
Test as many as the run and drive flags as possible. If any of them don't make sense for Mac Designed for iPad throw a toolExit() in the respective validateCommand() methods so it just fails instead of doing some weird behavior.
| Future<void> validateCommand() async { |
| Future<void> validateCommand() async { |
Once implemented, validate it works from the IDE GUI.
Part of #125741