Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MIDEV-05 opened this issue Sep 9, 2021 · 10 comments

Comments

@MIDEV-05
Copy link

MIDEV-05 commented Sep 9, 2021

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.
@MIDEV-05 MIDEV-05 changed the title 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. The plugin google_map_location_picker uses a deprecated version of the Android embedding. Sep 9, 2021
@beachpebble
Copy link

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
Copy link

Lyokone commented Sep 15, 2021

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

@beachpebble
Copy link

beachpebble commented Sep 15, 2021 via email

@Ebrahimhammad
Copy link

Same issue.

@Lyokone
Copy link

Lyokone commented Sep 17, 2021

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants