Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstack06/food-delivery-flutter
A basic food delivery app, which also has a Google Map integrated on it developed using flutter.
https://github.com/devstack06/food-delivery-flutter
appdevelopment dart flutter flutter-apps food-delivery vscode
Last synced: 2 months ago
JSON representation
A basic food delivery app, which also has a Google Map integrated on it developed using flutter.
- Host: GitHub
- URL: https://github.com/devstack06/food-delivery-flutter
- Owner: DevStack06
- Created: 2019-06-13T08:25:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T09:14:29.000Z (over 3 years ago)
- Last Synced: 2024-05-01T16:36:58.742Z (8 months ago)
- Topics: appdevelopment, dart, flutter, flutter-apps, food-delivery, vscode
- Language: Dart
- Homepage:
- Size: 146 KB
- Stars: 187
- Watchers: 9
- Forks: 55
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Food delivery app using flutter
It is a basic flutter ui for food delivery app like zomato.Map is also integrated.
People can try also-:
1. State management like block pattern.
2. Connect this to restful api.
3. Create widget dynamically according to restfull api.
4. Local database connection ex. sqlite.Usefull playlist link for flutter app developemnt I covered in my YT Channle :wink: (Dev Stack Youtube Channle)-:
| Playlist Name | | YouTube Playlist Link |
| --------------------------------------------------------- | --- | ------------------------------------------------------------------------------------------- |
| Blog App Development (Front-End & Back-End) | | [Link](https://youtube.com/playlist?list=PLtIU0BH0pkKoE2PBvgbHEBPAP-sd670VI) |
| Flutter model class series, for Rest API connection and JSON parsing | | [Link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKpXE-1vC7NswofFPby1OYh-) |
| Flutter Basic series | | [link](https://www.youtube.com/playlist?list=PLtIU0BH0pkKrk8C7KToFeRSVTi2CLpFTG) |### This app have following things -:
1. Hoem screen
2. Order Screen
3. Map Screen
4. Profile Screen
### To use this app follow below instructions-:
1. Clone this app using below syntax -:
> git clone https://github.com/balram0608/food-delivery-flutter.git
2. After cloning install packages using below syntax -:
> flutter pub getAbove command will install all the neccery packges.
3. Run the app on your mobile using below command -:
> flutter runYou can also install the vscode debug extenson and run the flutter app without above command :smile:. For that you have to install the extension on your vscode :smile:.
**Thank you happy coding :)**