Gabo-p / food-delivery-flutter

A basic food delivery app, which also has a Google Map integrated on it developed using flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buy Me A Coffee

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 ๐Ÿ˜‰ (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-:

  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 get

Above command will install all the neccery packges.

  1. 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 :)

About

A basic food delivery app, which also has a Google Map integrated on it developed using flutter.


Languages

Language:Dart 96.6%Language:Objective-C 1.5%Language:Shell 1.1%Language:Java 0.7%