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

Upgrade dart SDK version range to support 2.1.0 #2

Closed
java-james opened this issue Sep 6, 2018 · 3 comments
Closed

Upgrade dart SDK version range to support 2.1.0 #2

java-james opened this issue Sep 6, 2018 · 3 comments

Comments

@java-james
Copy link
Contributor

Flutter beta channel has bumped to Dart SDK 2.1.0.
Flutter recommends developing against the beta channel.
Can we upgrade the SDK range in pubspec.yaml to >=1.20.1 <=2.1.0support this please.

@Rahiche
Copy link
Owner

Rahiche commented Sep 7, 2018

thanks for the PR
merged

@Rahiche Rahiche closed this as completed Sep 7, 2018
@juliovedovatto
Copy link
Contributor

juliovedovatto commented Sep 10, 2018

@Rahiche could you update the badge package at https://pub.dartlang.org/packages/badge#-versions-tab- please?

I'm not able to run my flutter project due the package hosted there still restraining SDK version.

Could you bump the package version to 0.0.3 with the fix of the sdk environement?

flutter packages get
Running "flutter packages get" in grocery_list...
The current Dart SDK version is 2.1.0-dev.3.1.flutter-760a9690c2.

Because grocery_list depends on badge 0.0.2 which requires SDK version >=1.20.1 <=2.0.0, version solving failed.
pub get failed (1)

I know I can put directly the github url in my pubspec.yaml, but I would like to use pub.dartlang.org to install/update my packages.

thanks!

@Rahiche
Copy link
Owner

Rahiche commented Sep 10, 2018

done and i really appreciate your work
thank you

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

3 participants