Files
vim-ale/flutter/README.md
2020-07-09 11:46:17 +00:00

27 lines
541 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Flutter
homepage: https://flutter.dev
tagline: |
Flutter is a UI Toolkit for mobile, web, and desktop.
---
## Updating `flutter`
```bash
webi flutter@stable
```
Use `@lts` for long-term support and the `@beta` and `@alpha` tags for
pre-releases and dev releases, or `@x.y.z` for a specific version.
## Cheat Sheet
> Flutter is Googles UI toolkit for building beautiful, natively compiled
> applications for mobile, web, and desktop from a single codebase.
### How to create a new app
```bash
flutter create my_app
```