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

version solving failed #186

Closed
NetFreaker opened this issue Feb 8, 2022 · 9 comments
Closed

version solving failed #186

NetFreaker opened this issue Feb 8, 2022 · 9 comments

Comments

@NetFreaker
Copy link

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

As a variant you can download the plugin from git

flutter_google_places:
    git:
      url: [email protected]:fluttercommunity/flutter_google_places.git
      ref: master

@PieterPicup
Copy link

PieterPicup commented Feb 28, 2022

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

ambr89 commented Mar 3, 2022

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

oandreyev-uniper commented Mar 3, 2022

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

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

@PieterPicup
Copy link

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

Please see #182

@PieterPicup
Copy link

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

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.

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

5 participants