Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gigsforlinux/c2831f0c71a97f25e553f97fe23cff3f to your computer and use it in GitHub Desktop.
Save gigsforlinux/c2831f0c71a97f25e553f97fe23cff3f to your computer and use it in GitHub Desktop.
I'll Do Anything Goes With Flutter For You
sudo snap install flutter --classic
flutter doctor
which flutter
which flutter dart
Download and install android studio
cp android-studio.tar.gz /snap
tar -zxvf android-studio-version.tar.gz
cd android-studio/bin
./studio.sh
flutter doctor --android-licenses
run android studio
goto customize/configure/system settings/android SDK
click android sdk build tools and other tools as needed
flutter channel stable
flutter upgrade
flutter create my_app
cd my_app
flutter run -d chrome(-d chrome is optional)
@gigsforlinux
Copy link
Author

Screenshot from 2022-09-13 23-02-00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment