Files
vim-ale/flutter/README.md
2023-10-17 17:23:07 +00:00

32 lines
614 B
Markdown
Raw Permalink 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).
### Files
These are the files / directories that are created and/or modified with this
install:
```text
~/.config/envman/PATH.env
~/.local/opt/flutter
<PROJECT-DIR>/pubspec.yaml
```
## 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
```