adaptant-labs/lipsum-dart

Migrate to null safety

ngallazzi opened this issue · 1 comments

Migrate to null safety

After running dart migrate, it looks like the code itself does not require changes, only pubspec.yaml needs to be updated with:

dev_dependencies:
  test: ^1.20.1

I'd like to send in a PR to address this :-)