From 600df8ce48d2ba9fea0b501a4d2f88edfbc890c6 Mon Sep 17 00:00:00 2001 From: "Martin L. Jensen" Date: Fri, 4 Sep 2020 21:05:30 +0200 Subject: [PATCH] flutter: add run example Example of running flutter on all emulators and devices --- pages/common/flutter.md | 4 ++++ 1 file changed, 4 insertions(+) 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`