d440f854154d69fb45c8565543bbc1d364d804f6
[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 ## Updating `flutter`
9
10 ```bash
11 webi flutter@stable
12 ```
13
14 Use `@lts` for long-term support and the `@beta` and `@alpha` tags for
15 pre-releases and dev releases, or `@x.y.z` for a specific version.
16
17 ## Cheat Sheet
18
19 > Flutter is Google’s UI toolkit for building beautiful, natively compiled
20 > applications for mobile, web, and desktop from a single codebase.
21
22 ### How to create a new app
23
24 ```bash
25 flutter create my_app
26 ```