fluttercommunity / flutter_google_places

Google Places - Google places autocomplete widgets for flutter. No wrapper, use https://pub.dev/packages/google_maps_webservice. Maintainer: @juliansteenbakker
https://pub.dev/packages/flutter_google_places
Other
304 stars 415 forks source link

Web compatibility #83

Closed juanjoserodrigolazaro closed 4 years ago

juanjoserodrigolazaro commented 4 years ago

hello i want to make it work on flutter web, there is a way to make it?

abbasidaniyal commented 4 years ago

I have just opened a new PR with added support. https://github.com/fluttercommunity/flutter_google_places/pull/86

boosey commented 4 years ago

Two questions:

  1. I see the #86 has been closed, but it doesn't seem that 0.2.4 has been published to pub.dev.

  2. Will the flutter-web version still only work in Overlay or Fullscreen modes? For the web, it should just work in place.

abbasidaniyal commented 4 years ago

I don't know about the first question.

For the second part, you can write a widget that implements the searching on change and contribute! It's purely Flutter code and should be a 30 min job!