fluttercommunity / dart_sealed_unions

Sealed Unions for Dart. Maintainer: @nodinosaur
https://pub.dev/packages/sealed_unions
Apache License 2.0
66 stars 7 forks source link

Migrate to null safety #13

Closed pheki closed 3 years ago

pheki commented 3 years ago

Note that tennis has not been migrated, only sealed unions.

Since updating the sdk constraints have updated (as indicated here: https://dart.dev/null-safety#enable-null-safety), compilation succeeds and all tests pass, I believe there are no real changes needed for the migration.

Thanks a lot :)

AndroidAlliance commented 3 years ago

Unblocked. Sealed Unions is NNBD compatible GitHub Repo dart_sealed_unions

pheki commented 3 years ago

Apparently, #14 has been merged, which is the same as this but with formatting changes...