google / flutter_flux

Implementation of the Flux framework for Flutter
https://flutter.io
Apache License 2.0
375 stars 36 forks source link

Outdated SDK version #36

Closed AndreHaueisen closed 6 years ago

AndreHaueisen commented 6 years ago

I'm getting the following error:

Because cronicalia_flutter depends on flutter_flux >=4.0.1 which requires SDK version >=1.19.0 <2.0.0, version solving failed.

Could you update the pubspec.yaml? Instead of

environment:
  sdk: ">=1.24.0 <2.0.0"

use

environment:
  sdk: ">=1.24.0 <3.0.0"
AndreHaueisen commented 6 years ago

I created a PR to try to solve this issue

jimbeveridge commented 6 years ago

I've merged this PR. Thank you for your contribution!