My first Flutter personal project! Hello, world!
Quick guide on environment settings and installs to start developing flutter applications on Ubuntu.
sudo snap install android-studio --classic
brew tap leoafarias/fvm && brew install fvm
fvm install 3.27.1 --setup
[or latest stable version]