Step by Step guide to install and setup flutter manually in ubuntu linux || Ak Developer

Опубликовано: 20 Июль 2026
на канале: AK Developer
30
2

When installing with the guide of flutter.dev. It shows flutter command not found. This video is helpful for those who got that error.
1. tar -xf ~/Downloads/flutter_linux_3.35.7-stable.tar.xz -C ~/develop/
2. echo $SHELL
3. nano ~/.bashrc
4. export PATH="$PATH:/home/ak/develop/flutter/bin" (use your file directory)
5. flutter --version
You will not get any error now.
If you still get any error comment down below or contact me on
facebook: https://www.facebook.com/graphenexak47/
instagram: https://www.instagram.com/gp_ak47/