I have used the location plugin in the flutter, I can get the latitude
and longitude
only. How to get the full ad
You'll need to use a "reverse geocoding" service, such as Google's API: https://developers.google.com/maps/documentation/geocoding/start. There are others out there as well... just google for "geocoding".
Update: apparently there's a local API as well. See: https://pub.dartlang.org/packages/geocoder