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

Migrated null safety #7

Merged
merged 5 commits into from
Mar 8, 2021
Merged

Conversation

nilsreichardt
Copy link
Contributor

Description

I propose this pull request to migrate this plugin to null safety as it is the way to go now that Flutter 2 has been released.

Here are the changes I introduced:

  • Update SDK dependency version to 2.12.0+
  • Run dart migrate on existing code to remove unsafe nulls (for the package & example)
  • Add a new version (2.0.0) to the changelog (as recommended)

Please check everything twice!

Related tickets

Closes #6

@virskor
Copy link
Owner

virskor commented Mar 8, 2021

thanks for your contribution

@virskor virskor merged commit d62532c into virskor:master Mar 8, 2021
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.

Migrate to null safety
2 participants