google_maps_place_picker icon indicating copy to clipboard operation
google_maps_place_picker copied to clipboard

Unable to use **permission_handler: ^8.1.4+2**.

Open AnandSaran opened this issue 3 years ago • 4 comments

Unable to use permission_handler: ^8.1.4+2. Getting following error.

Because google_maps_place_picker 2.0.0-nullsafety.3 depends on permission_handler ^6.0.1+1 and no versions of google_maps_place_picker match >2.0.0-nullsafety.3 <3.0.0, google_maps_place_picker ^2.0.0-nullsafety.3 requires permission_handler ^6.0.1+1.

If i use permission_handler: ^6.0.1+1 then no error.

AnandSaran avatar Sep 02 '21 03:09 AnandSaran

You are not the first one reporting this, there are already enough PRs and issues (i.e. #88, #129, #123, #144) for that. If you can't wait for the fix, please check my fork that can be installed with flutter pub add as well, it's implementation is slightly changed to add some other functionalities to this project and fix the most issues with this repo. I made this fork, since the author doesn't have time apparently. I also contacted him through linked.in to hire him to extend this, without luck, so I took action and also published it myself to make a fix available for people like you.

Please do some search before you open the next issue on any repo, to prevent cluttering in general. Good luck with your project. :)

martin-braun avatar Sep 03 '21 08:09 martin-braun

@martin-braun You're a champ for helping maintain this package with the latest package updates for geolocator and permission_handler

Wian-TMC avatar Jan 24 '22 13:01 Wian-TMC

@Wian-TMC You are welcome. :)

Feel free to open an issue on my fork if things need to be updated on my end (including error message details), I cannot check its build everyday, but I want to help nonetheless.

I also had some contact with @fysoul17 on linked.in, eventually. He is not able to take care of this repo in the near future, so my hope to pull from this repo someday in the future will be delayed.

martin-braun avatar Jan 24 '22 16:01 martin-braun

You can try same thing as https://github.com/fysoul17/google_maps_place_picker/issues/122 issue

aqibaja avatar Apr 14 '22 02:04 aqibaja