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

Opt to null safety and more lint fixes #55

Merged
merged 5 commits into from
Jun 10, 2021

Conversation

achilleasa
Copy link
Owner

This PR enables null-safety for the package as outlined in https://dart.dev/null-safety. In addition, the PR includes some minor lint fixes that did not land as part of #54 and various other style-related improvements that should improve the pub.dev score report for the package.

Fixes #47.

This commit updates all package files to satisfy the null-safety
guidelines as outlined in https://dart.dev/null-safety.
These changes should help address some of the issues raised by pub.dev
when calculating the score report for the package.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 94.33% when pulling 8efc427 on opt-to-null-safety-and-more-lint-fixes into c6afda4 on master.

@achilleasa achilleasa merged commit 45c3331 into master Jun 10, 2021
@achilleasa achilleasa deleted the opt-to-null-safety-and-more-lint-fixes branch June 10, 2021 05:15
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.

Null Safety support
2 participants