Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Flutter uses GitHub Actions https://github.com/flutter/flutter/actions

Binary availability

Flutter (prebuilt) binaries are automatically downloaded first time flutter command is run. Based on current cpu architecture, it will download native windows-x64 or windows-arm64 binaries.

Code Block
git clone https://github.com/flutter/flutter
cd flutter
./bin/flutter --help