The git flutter
extension can be installed on macOS, Linux or Windows.
To install or update git-flutter
on your MacBook or Linux machine:
curl -o- https://innersource.flutter.com/git-flutter/install.sh | bash
git flutter
or run the following command to use it immediately: [ -d "$HOME/.git-flutter/bin" ] && PATH="$HOME/.git-flutter/bin:$PATH"
git
: git flutter
To install on a Windows machine:
Or if you have curl
installed, use this command:
curl https://innersource.flutter.com/git-flutter/git-flutter_v1.17.1_Windows_x86_64.zip
CertUtil -hashfile git-flutter_v1.17.1_Windows_x86_64.zip SHA256
Extract the git-flutter_v1.17.1_Windows_x86_64.zip
file and copy the git-flutter.exe
into C:\Program Files\Git\usr\bin
.
Verify the extension installation via git
:
git flutter