Skip to content

Instantly share code, notes, and snippets.

View FaikYY's full-sized avatar
💭
Learning

Faik Yeşilyaprak FaikYY

💭
Learning
View GitHub Profile
# Install Flutter and Android Sdk (Virtual Machine) on Ubuntu 20.04LTS without Android Studio
## Install Java 8
```bash
sudo apt install openjdk-8-jdk-headless
```
### Install the flutter package from the website
### from here https://flutter.dev/docs/get-started/install/linux
### extract it and rename as .flutter to make it hidden (optional)