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-:
- State management like block pattern.
- Connect this to restful api.
- Create widget dynamically according to restfull api.
- Local database connection ex. sqlite.
Usefull playlist link for flutter app developemnt I covered in my YT Channle 😉 (Dev Stack Youtube Channle)-:
Playlist Name | YouTube Playlist Link | |
---|---|---|
Blog App Development (Front-End & Back-End) | Link | |
Flutter model class series, for Rest API connection and JSON parsing | Link | |
Flutter Basic series | link |
This app have following things -:
1. Hoem screen
2. Order Screen
3. Map Screen
4. Profile Screen
To use this app follow below instructions-:
-
Clone this app using below syntax -:
git clone https://github.com/balram0608/food-delivery-flutter.git
-
After cloning install packages using below syntax -:
flutter pub get
Above command will install all the neccery packges.
- Run the app on your mobile using below command -:
flutter run
You can also install the vscode debug extenson and run the flutter app without above command
Thank you happy coding :)