dart-archive / isolate

Makes working with Dart isolates easier.
https://pub.dev/packages/isolate
BSD 3-Clause "New" or "Revised" License
90 stars 34 forks source link

Migrate to null-safety #44

Closed simolus3 closed 3 years ago

simolus3 commented 3 years ago

Migrates this package to null-safety.

There are some things I wasn't sure about:

Closes #43

simolus3 commented 3 years ago

I like @2ZeroSix's approach more.