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 #5

Open
ReCursia opened this issue Sep 11, 2018 · 3 comments
Open

Version solving failed #5

ReCursia opened this issue Sep 11, 2018 · 3 comments

Comments

@ReCursia
Copy link

ReCursia commented Sep 11, 2018

I can't add that package:

The current Dart SDK version is 2.1.0-dev.1.0.flutter-ccb16f7282.

Because flutter_rss_reader depends on feedparser any which requires SDK version >=1.21.0 <2.0.0, version solving failed.

It's happened after last commit, so i dont know what to do with...

@rishabh-deligence
Copy link

rishabh-deligence commented Sep 18, 2018

Similar issue.

[public_auto_auctions] flutter packages get
Running "flutter packages get" in public_auto_auctions...
The current Dart SDK version is 2.1.0-dev.1.0.flutter-ccb16f7282.

Because public_auto_auctions depends on feedparser >=0.0.2 which requires SDK version >=1.21.0 <2.0.0, version solving failed.
pub get failed (1)
exit code 1

@kakobayashi
Copy link

I was also facing same issue.

Need to change flutter SDK version in the installed directory.

cd [Flutter SDK Path]
git checkout v"0.5.0"

After, need to change SDK version in pubspec.yaml.

environment:
  sdk: ">=2.0.0-dev.58.0 <3.0.0"

@eladcandroid
Copy link

Can you please handle this issue?

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

4 participants