vintage / scratcher

Scratch card widget which temporarily hides content from user.
https://pub.dev/packages/scratcher
MIT License
572 stars 67 forks source link

Migrate to null safety. #27

Closed zemzale closed 3 years ago

zemzale commented 3 years ago

This cool library hasn't been migrated to null safety, so I just ran dart migrate on it.

I don't know much about how the library works, but the changes don't seem too bad. If there is something else that should be fixed or changes I can try to make the changes.

Related to issue #26

vintage commented 3 years ago

Thanks @zemzale for PR! I've had to migrate to null safety on my own, as it required to fix some places which dart migrate didn't fully understand.