Flutter is a UI Toolkit for mobile, web, and desktop.
https://flutter.dev| Installer Source| Releases (json) (tab)
Flutter is a UI Toolkit for mobile, web, and desktop.
https://flutter.dev| Installer Source| Releases (json) (tab)
Paste this into a Linux shell prompt or terminal, and press enter.
curl -sS https://webi.sh/flutter | sh; \
source ~/.config/envman/PATH.env
To update or switch versions, run webi flutter@stable
(or @v2.2
, @beta
,
etc).
These are the files / directories that are created and/or modified with this install:
~/.config/envman/PATH.env
~/.local/opt/flutter
<PROJECT-DIR>/pubspec.yaml
Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.
flutter create my_app