Arch Flutter Quickstart

This quickstart for Flutter on Arch Linux is based on this tutorial. Prerequisites yay Install dart yay -S dart Check the dart installation with: dart --version Install android tools yay -S android-tools Install Flutter yay -S flutter Check flutter installation with: flutter --version Install Visual Studio Code extension Install the Flutter extension in Visual Studio Code Check installation flutter doctor In my case, this was the output: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel , 3. [Read More]