This is a Flutter application developed as part of a final project for Mobile Application course. It showcases various features and functionalities of Flutter to build a meal ordering app.
- Make your own account
- Enhanced security for your account
- View a list of meal categories
- Explore meals within each category
- View meal details including name, image, description, and calorie count
- Add meals to the cart
- Display a toast message when a meal is added to the cart
To run this application on your local machine, follow these steps:
-
Ensure that you have Flutter installed. If not, follow the Flutter installation guide.
-
Clone this repository to your local machine using the following command:
git clone https://github.com/Irenaeus-XVI/Tasty-Bites-App.git
-
Change to the project directory:
cd Tasty-Bites-App
-
Run the app using the Flutter CLI:
flutter run
This will launch the app on your connected device or emulator.
This project relies on the following dependencies:
- flutter: Flutter Framework
- fluttertoast: Fluttertoast Package
For detailed information about the dependencies and their versions, please refer to the pubspec.yaml
file in the project.
Contributions are welcome! If you find any issues or want to enhance the app, feel free to open a pull request.