flutter_geocoder icon indicating copy to clipboard operation
flutter_geocoder copied to clipboard

Added web support

Open tehsunnliu opened this issue 4 years ago • 0 comments

Hi, This pull request adds web support. Instead of using dart's inbuilt HttpClient(), which do not support the web, I've added http package which supports all the platform including the web, giving us the ability to use this package for the web. The only requirement for the web is to use Geocoder.google(...) and NOT Geocoder.local(...).

tehsunnliu avatar Jul 22 '21 18:07 tehsunnliu