-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update for dart 2 #4
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@solid-software Thanks for the contribution!
This is great, but with the jump to version 2 of the dart sdk being a breaking change, we should also drop support for dart 1 at this point by raising the minimum compatible version too.
Would be good to merge once that's in.
pubspec.yaml
Outdated
@@ -6,7 +6,7 @@ authors: | |||
homepage: https://github.com/xqwzts/feedparser | |||
|
|||
environment: | |||
sdk: '>=1.21.0 <2.0.0' | |||
sdk: '>=1.21.0 <3.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also raise the minimum sdk version we're compatible with, as moving to 2.0 is a breaking change, and we can now drop support for older sdks.
sdk: ">=2.0.0-dev.58.0 <3.0.0" should be fine.
Done |
Please merge this branch |
No description provided.