Skip to content

Requirements & Setup

Flutter Installation

  1. Flutter requires git which can be installed at https://git-scm.com/download/win

  2. Install Puro with the following command:

    Terminal window
    Invoke-WebRequest -Uri "https://puro.dev/builds/1.4.8/windows-x64/puro.exe" -OutFile "$env:temp\puro.exe"; &"$env:temp\puro.exe" install-puro --promote
  3. After installing Puro reload your shell and make sure the puro command is accessible.

  4. Initialize Puro with the latest stable Flutter version:

    Terminal window
    puro flutter
  5. Now the commands flutter and dart should be accessible in your shell. You are all set up with the latest stable Flutter and Dart version! For more infos check out https://puro.dev/.

TinyGO Installation

  1. It is recommended to use Scoop to install TinyGo and it’s dependencies on Windows:

    Terminal window
    scoop install go

    Followed by:

    Terminal window
    scoop install tinygo