Skip to content

YuichiCanete/Flutter_Proj_Exam

Repository files navigation

Smiley Slimey

About

Smiley Slimey is a virtual pet game where you take care of a cute slime creature. Your goal is to keep your slime happy and healthy by managing its fun, food, and energy levels.

Features

  1. Feed your slime to keep it healthy
  2. Play with your slime to increase its happiness
  3. Let your slime rest when it gets tired
  4. Buy upgrades in the shop
  5. Name your pet slime

Made By

Yuichi Cañete

How to run

Requirements

  1. VSCode

  2. Flutter SDK

  3. Android Studio

Cloning Repo

  1. Select a folder where you want to clone your repository.

  2. Open the terminal in VSCode.

git clone https://github.com/YuichiCanete/Flutter_Proj_Exam.git

Setting up Dependencies

  1. After cloning the repository, navigate to the project directory.

  2. Run the following command to install dependencies

flutter pub get

Running

  1. Open the main.dart file under the lib folder.

  2. Select a device (I recommend using the Chrome browser or an Android emulator).

  3. To run the app on Chrome, simply press the "Start Debugging" button in VSCode.

  4. To run on Android emulator or physical device:

    • Run flutter devices to see available devices.

    • Select the desired device in the terminal or VS Code.

    • Run the app using the command: flutter run.

Troubleshooting

  • If you encounter issues with Flutter not finding your Android device, ensure that you have installed Android Studio and set up your environment variables correctly.

  • Run flutter doctor to check for any setup issues. For issues with the emulator, make sure it's properly configured and running.

Running Tests

  • To run the tests, use the following command
flutter test

Building for Release

  • To build the APK for Android
flutter build apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published