futuristic icon indicating copy to clipboard operation
futuristic copied to clipboard

Migrate to null safety

Open spyke555 opened this issue 3 years ago • 2 comments

Using this library in a project and implemented the changes needed for this to compile under null safety. Figured I would contribute this back...

spyke555 avatar Jun 15 '21 02:06 spyke555

Resolves issue #7

spyke555 avatar Jun 15 '21 11:06 spyke555

Had to make a few changes to your pubspec.yaml to get this to compile correctly. Also note that pubspec.lock is not recommended to be checked in for library repos, only for applications. I also updated the pedantic version and added the non-nullabl exception. That one you may want to mess with, but this forked version now compiles just fine in my application.

spyke555 avatar Jun 15 '21 12:06 spyke555