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

Update for dart 2 #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

solid-software
Copy link

No description provided.

Copy link
Owner

@xqwzts xqwzts left a 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'
Copy link
Owner

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.

@solid-software
Copy link
Author

Done

@eladcandroid
Copy link

Please merge this branch

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.

5 participants