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

Dart SDK version Error #50

Closed
codeXLinkX opened this issue Feb 20, 2019 · 6 comments
Closed

Dart SDK version Error #50

codeXLinkX opened this issue Feb 20, 2019 · 6 comments

Comments

@codeXLinkX
Copy link

Running "flutter packages get" in app...
The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

Because app depends on flutter_pagewise >=1.2.2 which requires SDK version >=2.1.0 <3.0.0, version solving failed.

pub get failed (1)

@sjmcdowall
Copy link
Collaborator

I just make a PR on the Develop branch to fix this. Give it a try and if it works I'll Merge and Pub.. (I tried and seems fine for my project)

@ccbenavides
Copy link

the same error.

@sjmcdowall
Copy link
Collaborator

@ccbenavides are you using the develop branch within the pubspec?? Can you show the error?

@recherst
Copy link

I just fixed this by changing sdk version to sdk: ">=2.1.0-dev.9.4 <3.0.0", this is temporary solution.

@ehhc
Copy link

ehhc commented Feb 27, 2019

if you do flutter upgrade first, it is fixed by now :)
without editing the sdk version

@sjmcdowall
Copy link
Collaborator

@ehhc -- Yes, saved by the upgrade! LOL

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

Successfully merging a pull request may close this issue.

5 participants