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 |
-
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 😄. For that you have to install the extension on your vscode 😄.
Thank you happy coding :)