This repository contains a Flutter app integrated with a Unity game. Follow the instructions below to set up and run the app on an Android emulator.
- Android Studio
- Flutter SDK
- Java Development Kit (JDK)
- Android SDK and NDK
- Download and install Android Studio from the official website.
- During the installation, make sure to install the Android SDK and Android Virtual Device (AVD) components.
- Open Android Studio and navigate to Tools > AVD Manager.
- Click on Create Virtual Device.
- Choose a device definition and click Next.
- Select a system image (preferably with Google APIs) and click Next.
- Configure the emulator settings as needed and click Finish.
- Download the Flutter SDK from the official website.
- Extract the ZIP file to a desired location.
- Add the Flutter SDK's
bindirectory to your system's PATH environment variable.
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal or command prompt.
- Run
flutter pub getto install the necessary dependencies.
- Make sure the Android emulator is running.
- In the project directory, run
flutter devicesto ensure the emulator is detected. - Run
flutter runto build and run the app on the emulator.
- Once the app is running on the emulator, you can interact with both the App.
- Use the provided buttons and interfaces to navigate and interact with the game.