flutter: add run example

Example of running flutter on all emulators and devices
This commit is contained in:
Martin L. Jensen
2020-09-04 21:05:30 +02:00
committed by Starbeamrainbowlabs
parent 77763027bd
commit 600df8ce48

View File

@@ -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`