This is a flutter project for a restaurant and Food Delivery UI app that showcases the menu, details of the restaurant, and allows users to make orders.
Here are some screenshots of the app:
The app provides the following features:
A home screen that displays nearby restaurants and recent orders. A details screen that displays information about the restaunrant. A cart screen that displays the items the user has added to their cart and the total price.
git clone https://github.com/edilsonmatola/food_delivery_ui_flutter.git
cd food_delivery_ui_flutter
flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)
Contributions to the project are welcome. To contribute, please follow these steps:
- Fork the project.
- Create a branch for your feature/fix.
- Write code and tests for your feature/fix.
- Push your changes to your branch.
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.