Frontend for Ricochet game
git clone https://github.com/22Titanium/Frontend.git
- Install Flutter sdk and unzip (for now, working at version 3.13.0)
- Install Android Studio (You don't have to install android studio if you want to use vscode instead of android studio. Skip below instruction 4 and 5)
- Install extension Flutter in Android Studio
- Install SDK Manager
- Install extension Flutter in Visual studio code
- You may need to install Android SDK
- Search Set environment variables
- Edit user variable Path
- Copy your Unziped flutter directory and paste as a new environment variable
- Run
flutter --version
in shell for checking environment variable edited well
- Run
flutter doctor
in shell. - Above command returns the issues for running flutter and how to fix the issues.
- If you want to test only android you can resolve issues about only android.
- You can see command lines like this picture if you don't have issues anymore.
- In your development environment, open directory what you cloned and debug and run.