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
305 stars 421 forks source link

FIX: null pointer & example app null-safety migration #175

Closed juliansteenbakker closed 2 years ago

juliansteenbakker commented 2 years ago

This PR fixes some null-pointers and migrates the example app to null-safety.

Besides that it also upgrades deprecated functions to current ones.