flutter_geocoder
flutter_geocoder copied to clipboard
Added web support
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(...).