Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulajkavinda/food-delivery
🍔 Food Ordering application UI built using Flutter. Inspired by UberEats.
https://github.com/dulajkavinda/food-delivery
added dart ecommerce flutter flutter-app flutter-apps flutter-examples food-delivery food-delivery-application food-ordering mobile uber-eats ui-design
Last synced: 16 days ago
JSON representation
🍔 Food Ordering application UI built using Flutter. Inspired by UberEats.
- Host: GitHub
- URL: https://github.com/dulajkavinda/food-delivery
- Owner: dulajkavinda
- License: mit
- Created: 2020-12-23T01:01:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T21:02:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-04T17:36:07.054Z (about 1 month ago)
- Topics: added, dart, ecommerce, flutter, flutter-app, flutter-apps, flutter-examples, food-delivery, food-delivery-application, food-ordering, mobile, uber-eats, ui-design
- Language: Dart
- Homepage:
- Size: 11.2 MB
- Stars: 15
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍕 Food Delivery App
Food ordering application designed using flutter framework. This application implemented based on real life scenarios and UI elements are inspired from UberEats.
## Preview
## Delivery App Features
---
- Home Screen
- Search Restuarants
- Recent Orders
- Nearby Restuarants
- Restuarant Details
- Cart## How to Use
---
**Step 1:**
Download or clone this repo by using the link below:
```
https://github.com/dulajkavinda/food_delivery_FT.git
```**Step 2:**
Go to project root and execute the following command in console to get the required dependencies:
```
flutter pub get
```**Step 3:**
This project uses `inject` library that works with code generation, execute the following command to generate files:
```
flutter packages pub run build_runner build --delete-conflicting-outputs
```or watch command in order to keep the source code synced automatically:
```
flutter packages pub run build_runner watch
```### **Folder Structure**
Here is the core folder structure which flutter provides.
```
flutter-app/
|- android
|- assets
|- build
|- ios
|- lib
|- test
```Here is the folder structure we have been using in this project
```
lib/
|- data/
|- models/
|- screens/
|- widgets/
|- main.dart
```## Authors
---
- Dulaj Kavinda
## **Copyright and license**
---
Code and documentation copyright 2020 the authors. Code released under the [MIT License]().
Enjoy 🤘