Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Delivery App

This is the code for a flutter application fetches current location, coordinates of entered address, distance between both and plots graph using json API data.

Features:

  1. Geolocator is used to find current location.

  2. Geolocator is again used to find the coordinates of the entered Address

  3. Geolocator is used to calculate the distance between the current locaation and address entered.

  4. JSON API is called using HTTP Package

  5. The JSON data is used to plot bar graph.

  6. Login-SignUp is done using Google FireBase