vsavkin / fpdart

Functional Programming in Dart
Other
47 stars 7 forks source link

Dart SDK version solving failed #7

Open godmanzheng opened 5 years ago

godmanzheng commented 5 years ago

when "pub install", fail with message like this:

The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297. Because my_project depends on fp >=0.1.1 which requires SDK version <2.0.0, version solving failed.

so have any plan to support SDK version larger than 2.0.0?