flutter: add run example

Example of running flutter on all emulators and devices
beep
Martin L. Jensen 2020-09-04 21:05:30 +02:00 committed by Starbeamrainbowlabs
parent 77763027bd
commit 600df8ce48
1 changed files with 4 additions and 0 deletions

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`