Flutter Go CLI
Build and publish portable Flutter app bundles — one download, no Dart or Flutter SDK required.
v0.1.0Quick install
Linux · macOS$ curl -fsSL https://flutter-go.leancode.dev/install.sh | sh
- Detects your platform
- Verifies the SHA-256
- Marks it executable
- Installs onto your PATH
Installs flutter_go into $XDG_BIN_HOME or ~/.local/bin. Prefer to do it by hand? Grab your platform below.
Direct downloads
Linux
x86_64 · 7.8 MB
SHA-256
cba504b2e34c6b65d9f3e5830ea0c5672f39974b17d7d825c728dddc3edcfc61
Verify the download
echo "cba504b2e34c6b65d9f3e5830ea0c5672f39974b17d7d825c728dddc3edcfc61 flutter-go-cli-0.1.0-linux-x64" | sha256sum -c -
macOS
Apple Silicon · 7.0 MB
SHA-256
d58f0b7f65a68cfd3f770e83dd860dc32bedd64934bbfc0fdefa6e751eeba01d
Verify the download
echo "d58f0b7f65a68cfd3f770e83dd860dc32bedd64934bbfc0fdefa6e751eeba01d flutter-go-cli-0.1.0-macos-arm64" | shasum -a 256 -c -