aloisdeniel / flutter_geocoder

Flutter plugin for forward and reverse geocoding
MIT License
186 stars 174 forks source link

Added web support #72

Open tehsunnliu opened 3 years ago

tehsunnliu commented 3 years ago

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(...).