xqwzts / feedparser

A Dart library for parsing RSS feeds
MIT License
17 stars 16 forks source link

Version solving failed #5

Open ReCursia opened 6 years ago

ReCursia commented 6 years ago

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 commented 6 years ago

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 commented 5 years ago

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 commented 5 years ago

Can you please handle this issue?