These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Ensure that you have the following versions installed:
- Flutter:
3.19.5 - Dart:
3.3.3
-
Clone the repo
git clone https://github.com/josephchay/smart-fridge.git
-
Navigate to the project directory
cd application/ -
Connect to a mobile device via USB cable or Bluetooth with Developer Debugging Mode enabled.
-
Install dependencies
flutter pub get
-
Run the app
flutter run
Run automated tests for this system with:
flutter test- Flutter is a framework released in May 2017.
- It is well known for occasional issues during development.
- However, the creators of Flutter have embedded console guides for error resolution.
- If you encounter any errors, follow the provided console guidance to properly set up the application.






