refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / flutter / README.md
1 ---
2 title: Flutter
3 homepage: https://flutter.dev
4 tagline: |
5   Flutter is a UI Toolkit for mobile, web, and desktop.
6 ---
7
8 To update or switch versions, run `webi flutter@stable` (or `@v2.2`, `@beta`,
9 etc).
10
11 ## Cheat Sheet
12
13 > Flutter is Google’s UI toolkit for building beautiful, natively compiled
14 > applications for mobile, web, and desktop from a single codebase.
15
16 ### How to create a new app
17
18 ```bash
19 flutter create my_app
20 ```