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

Please upgrade to null safety for latest flutter: 2.0.0 #149

Closed gouthamravella closed 3 years ago

gouthamravella commented 3 years ago

Also please upgrade the rxdart ^0.21.0 in the package. Which is failing with the dependency package cached_network_image: >=3.0.0-nullsafety

jonasbark commented 3 years ago

I'd actually prefer it would remove the cross dependency to rxdart altogether

gianlucainnocente commented 3 years ago

We need the rxdart dependency upgraded

Alecia1997 commented 3 years ago

Any update on this?

hoc081098 commented 3 years ago

I have migrated it to NNBD, https://github.com/hoc081098/flutter_google_places:

dependency_overrides:
  flutter_google_places:
    git:
      url: https://github.com/hoc081098/flutter_google_places.git
      ref: 7b6c2aa2053131142c0e48639823d24f312d00c1
harsimranmaan commented 3 years ago

@hoc081098 Do you mind sending your changes upstream and open an PR here?

Theunodb commented 3 years ago

Do you have plans to update this?

Johan-glitch1412 commented 3 years ago

Any updates on this? Need this urgently.

Johann-Hagen commented 3 years ago

I urgently need this fixed, my clients are being typical clients about it...

Teutonic-Knight-0 commented 3 years ago

Any update?

jonasbark commented 3 years ago

I'm sure he'd accept pull requests for this - help him if it's that urgent. Otherwise, I think it's impolite to press someone that uses his free time on this. In the meantime use the fork from @hoc081098

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';
erperejildo commented 3 years ago

Any update guys?

KevMorelli commented 3 years ago

Implemented on v0.3.0

abdulrehmank7 commented 2 years ago

I created a utility class for Google places auto complete it uses null safety: https://arkapp.medium.com/flutter-and-google-map-for-beginners-part-1-fdba4ab22148