Task : Product Listing and Location Map
we use Api (https://dummyjson.com/products) to fetch the product items Then we use google maps for mapping our product in map and also get the current user location and show the distance between the user and the perticular product Here we use GetX as State Management. For Request and Response we use http Package And for the current user location we use geolocator Package And for Map we use google_maps_flutter Packege And for permission we use permission_handler package