futuristic
futuristic copied to clipboard
Migrate to null safety
Using this library in a project and implemented the changes needed for this to compile under null safety. Figured I would contribute this back...
Resolves issue #7
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.