humazed / google_map_location_picker

🌍 Map location picker component for flutter Based on google_maps_flutter
Apache License 2.0
207 stars 310 forks source link

The plugin `google_map_location_picker` uses a deprecated version of the Android embedding. #174

Open MIDEV-05 opened 3 years ago

MIDEV-05 commented 3 years ago

Since update to Flutter 2.5, the following error is displayed in the console :

The plugin `google_map_location_picker` uses a deprecated version of the Android embedding.
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
beachpebble commented 3 years ago

I have the same issue.... absolutely unable to upgrade Google Maps Location Picker to the latest version because it forces usage of an old version of Provider which conflicts with the Bloc plugin. Nothing drives me more batty than plugins which are not updated regularly to match all the rest. No one wants to deal with package conflicts. Please fix your latest version so it is compatible with the latest packages!!!!

Lyokone commented 3 years ago

Hey, know that you can always use dependency_overrides to still use this package

beachpebble commented 3 years ago

Not ideal… it means downgrading other packages to support this one and because of recent inprovements for M1 and bull safety causes XCode errors. This is the only plug-in still causing issues since the major updates early this summer. It would be best if the developer could resolve these so the package is in-line with the most recent major updates.

TLC

On Sep 15, 2021, at 2:19 PM, Guillaume Bernos @.***> wrote:

 Hey, know that you can always use dependency_overrides to still use this package

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

Ebrahimhammad commented 3 years ago

Same issue.

Lyokone commented 3 years ago

I've upgraded the plugin in my own repo, upgraded to null safety, latest version of provider and migrating to new Android Embedding. If anyone wanna use it, modify your pubspec.yaml with this:

  google_map_location_picker:
    git:
      url: git://github.com/lyokone/google_map_location_picker.git
harish814 commented 3 years ago

I've upgraded the plugin in my own repo, upgraded to null safety, latest version of provider and migrating to new Android Embedding. If anyone wanna use it, modify your pubspec.yaml with this:

  google_map_location_picker:
    git:
      url: git://github.com/lyokone/google_map_location_picker.git

Is this version safe to use? will their be any problem with this like cyber related problem or issues.

Faiza-Farooqui commented 2 years ago
Screenshot 2021-10-12 at 7 56 53 PM

what is this issue? how much you need to resolve it?

Screenshot 2021-10-12 at 7 57 53 PM

please upgrade your version.

mohadel92 commented 2 years ago

I've upgraded the plugin in my own repo, upgraded to null safety, latest version of provider and migrating to new Android Embedding. If anyone wanna use it, modify your pubspec.yaml with this:

  google_map_location_picker:
    git:
      url: git://github.com/lyokone/google_map_location_picker.git

Is this version safe to use? will their be any problem with this like cyber related problem or issues.

Man you saved me from reinventing the wheel ,thanks

debjeetdebnath commented 2 years ago

I've upgraded the plugin in my own repo, upgraded to null safety, latest version of provider and migrating to new Android Embedding. If anyone wanna use it, modify your pubspec.yaml with this:

  google_map_location_picker:
    git:
      url: git://github.com/lyokone/google_map_location_picker.git

Is this version safe to use? will their be any problem with this like cyber related problem or issues.

Man you saved me from reinventing the wheel ,thanks

Is it safe to use which will be deployed to the play store?

rvndsngwn commented 2 years ago

I released https://pub.dev/packages/map_location_picker with fixed null safety. Could you check that everything works for you?