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
303 stars 415 forks source link

Update pubspec.yaml to support null safety #155

Closed juancki closed 3 years ago

juancki commented 3 years ago

google_api_headers version update in dependencies so this package is compatible with other null safe packages.

Sugihiru commented 3 years ago

I believe rxdart should also be upgraded to version 0.26 Concerning the google_maps_webservice package, I believe they have a prerelease version that is nullsafe but not stable yet (https://github.com/lejard-h/google_maps_webservice/issues/90)

Also the dependency should also be upgraded in the example/ directory

KevMorelli commented 3 years ago

duplicate of #156