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

flutter: add channel example

This commit is contained in:
Martin L. Jensen 2020-09-04 20:58:56 +02:00 committed by Starbeamrainbowlabs
parent 6c405df735
commit 6a0cd5f770

View file

@ -22,3 +22,7 @@
- Show information about the installed tooling:
`flutter doctor`
- List or change Flutter channel. Channels: stable, beta, dev, master
`flutter channel {{channel}}`