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 413 forks source link

version solving failed #186

Closed NetFreaker closed 2 years ago

NetFreaker commented 2 years ago

Running "flutter pub get" in MobileApp...
Because flutterapp depends on flutter_google_places ^0.3.0 which depends on rxdart ^0.26.0, rxdart ^0.26.0 is required. So, because flutterapp depends on rxdart ^0.27.3, version solving failed. pub get failed (1; So, because flutterapp depends on rxdart ^0.27.3, version solving failed.) exit code 1

oandreyev-uniper commented 2 years ago

As a variant you can download the plugin from git

flutter_google_places:
    git:
      url: git@github.com:fluttercommunity/flutter_google_places.git
      ref: master
PieterPicup commented 2 years ago

When is it expected to have this version update published?

I have tried the above and it does not find and download the repo with running the PUB GET

ambr89 commented 2 years ago

Hi, I have the same problem, but when I try to use the workaround sudgest by @oandreyev-uniper I obtain

Host key verification failed.
fatal: Could not read from remote repository.
oandreyev-uniper commented 2 years ago

@ambr89 I think you need to setup ssh keys in github account. The good place to start reading is https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh

NetFreaker commented 2 years ago

I have added ssh keys, but still unable to access git repo. @oandreyev-uniper

PieterPicup commented 2 years ago

I see that the fix for this is already in code that is why the direct git pull works for some people. @juliansteenbakker Made the change. Any idea why it has not been published yet? Are there other changes that need to be reviewed or is it that the change is to insignificant to warrant a publish?

juliansteenbakker commented 2 years ago

Please see https://github.com/fluttercommunity/flutter_google_places/issues/182

PieterPicup commented 2 years ago

@juliansteenbakker Thanks for the response. Sad when original creators do not have time to keep up but life happens.

For those who cannot get the repo via SSH. Try and pull or fork the repo onto your local machine and then include it via path and not SSH or PubDev.

I had to do this with another project because I needed a few changes specific to my use case but not what I can push back into the repo.

NetFreaker commented 2 years ago

By forking the project to git, can able to access from master repository. I'm closing this issue by the above reference. If anyone still facing issue feel free to re-open.