Skip to content

Flutter Installation

Lean's edited this page May 3, 2024 · 4 revisions

Download sdk from official

Extract it

  • tar -xvf flutter_linux_0.0.0-stable.tar.xz

Add it to the bash initialization

  • vim ~/.bashrc

Add

export PATH="$HOME/path/to/extracted/bin:$PATH"

Clone this wiki locally