fluttercommunity/flutter_google_places

Please upgrade to null safety for latest flutter: 2.0.0

gouthamravella opened this issue · 14 comments

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

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

We need the rxdart dependency upgraded

Any update on this?

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

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

Do you have plans to update this?

Any updates on this? Need this urgently.

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

Any update?

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

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';

Any update guys?

Implemented on v0.3.0

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