This is a food delivery mobile app built with Flutter. It allows users to browse through available restaurants, select a menu item or items, and place an order for delivery.
- Browse nearby restaurants: Users can see a list of nearby restaurants, view the menu and select an item to add to their cart.
- Check out: Users can review their order, add delivery details, and complete checkout.
- Payment integration: Secure online payments can be made with a chosen payment method.
- Order Tracking: Users can track their order status in real-time.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
This project requires:
- Clone the repository:
git clone https://github.com/negusnati/food_delivery_app_flutter.git
- Change directory to the project folder:
cd food_delivery_app_flutter
- Fetch dependencies by running:
flutter pub get
- To run the app on an Android emulator, execute:
flutter run
If you have a physical device connected, run
flutter run -d <device-name>
instead.
This project is licensed under the MIT License - see the LICENSE.md file for details.
- This app is built with Flutter framework.
- Thanks to Negus Nati for developing this interesting project.