Flutter command not found!

I have been tryng to install and setup flutter for the past two days and i cant get any flutter commands to work..i have downloaded the tar.xz file from flutter official and extracted it to a folder..
Also im a newbie to linux and have used flutter on windows and wanted to try out to see how it works in arch linux..

Any help would be appreciated!!

Why not use the AUR package? AUR (en) - flutter ChaoticAUR package?

Have you read the Flutter documentation? Why doesn't what that says that work?

5 Likes

λ pacman -Ss flutter
chaotic-aur/flutter 2.0.6-1
A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.

3 Likes

Even better. :grin:

3 Likes

Hi there, welcome to the forums.
If you still don't understand, you can install flutter using

sudo pacman -S flutter
4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.