diff --git a/pages/common/flutter.md b/pages/common/flutter.md index f95ee54cd..7a9994658 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -26,3 +26,7 @@ - List or change Flutter channel. Channels: stable, beta, dev, master: `flutter channel {{channel}}` + +- Run Flutter on all started emulators and connected devices: + +`flutter run -d all`