mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 06:05:59 +02:00
flutter: add run example
Example of running flutter on all emulators and devices
This commit is contained in:
parent
77763027bd
commit
600df8ce48
1 changed files with 4 additions and 0 deletions
|
@ -26,3 +26,7 @@
|
||||||
- List or change Flutter channel. Channels: stable, beta, dev, master:
|
- List or change Flutter channel. Channels: stable, beta, dev, master:
|
||||||
|
|
||||||
`flutter channel {{channel}}`
|
`flutter channel {{channel}}`
|
||||||
|
|
||||||
|
- Run Flutter on all started emulators and connected devices:
|
||||||
|
|
||||||
|
`flutter run -d all`
|
||||||
|
|
Loading…
Add table
Reference in a new issue