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

fixes to run using dart 2.1.0-dev #6

Merged
merged 3 commits into from
Sep 11, 2018
Merged

fixes to run using dart 2.1.0-dev #6

merged 3 commits into from
Sep 11, 2018

Conversation

juliovedovatto
Copy link

@juliovedovatto juliovedovatto commented Sep 10, 2018

(Related to #5)

Few days ago, Dart version updated from 2.0.xto 2.1.0-dev.

This major updated broke a huge list of dart packages (do a google search and I'll see).

Dart is strict restrictive about version. If you not declare environment sdk in pubspec.yaml, Dart will assume 2.0 by default.

I updated pubspec.yaml to fix that and changed dependency package, since unittest is deprecated and the author recommends to use test instead.

I hope it's okay for you.

Thanks!

PS: If you accept my pul request, pls update package in pub.dartlang.org too.

Copy link
Member

@MaxHorstmann MaxHorstmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, @mythz any objections?

@mythz
Copy link
Contributor

mythz commented Sep 11, 2018

Nope happy to accept any PR's on it. Since this project is effectively unmaintained, @juliovedovatto would you also like to become a maintainer of it?

@MaxHorstmann MaxHorstmann merged commit 679550c into dartist:master Sep 11, 2018
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 this pull request may close these issues.

4 participants