Files
vim-ale/flutter/README.md
2022-08-15 20:45:43 +00:00

21 lines
429 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.
---
To update or switch versions, run `webi flutter@stable` (or `@v2.2`, `@beta`,
etc).
## 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
```sh
flutter create my_app
```