/brain_games

🎮 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

Primary LanguageDart

brain_games

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 Apple iPhone 11 Pro Max Presentation

Getting Started

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.

How To Work

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/

Import project to the Android Studio IDE

  1. Open Android Studio IDE.
  • File → Open → Choosing the project from the device
  1. Click project to import to Android Studio
  2. Add flutter SDK for the project
  • File → settings → Languages & Frameworks → Flutter→ Add SDK file
  1. Adding a package dependency to an app
$ flutter pub get  
  1. Run Flutter in emulator
$ flutter run