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

Need null safety support #154

Closed Basher7 closed 3 years ago

Basher7 commented 3 years ago

from flutter v2.0.2, flutter is now null-safety mechanism. Most of the packages already upgrade to null safety and more are upgrading.

Thanks for this great package!

Do you plan to make a null safe version of the package?

hoc081098 commented 3 years ago

Just published as new name: https://pub.dev/packages/flutter_google_places_hoc081098. Only replace the importing

- import 'package:flutter_google_places/flutter_google_places.dart';
+ import 'package:flutter_google_places_hoc081098/flutter_google_places_hoc081098.dart';
KevMorelli commented 3 years ago

Implemented on v0.3.0