1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

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`