The application contains three games, the first game is to drag some pictures and drop them on the correct word, the second game is matching pairs, and the tic tac toe game
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
1- Go to your local workspace directory
$ cd ~/workspace
2-Clone your project to your device.
$ git clone https://github.com/omarokasha1/TheFirstProject.git
3- Next, go into the just created directory.
$ cd TheFirstProject-master/
- Open Android Studio IDE.
File
→Open
→Choosing the project from the device
- Click project to import to Android Studio
- Add flutter SDK for the project
File
→settings
→Languages & Frameworks
→Flutter
→Add SDK file
- Adding a package dependency to an app
$ flutter pub get
- Run Flutter in emulator
$ flutter run