shamblett / cbor

A CBOR implementation for Dart
MIT License
36 stars 16 forks source link

Migrating to Null Safety #14

Closed are closed 3 years ago

are commented 3 years ago

Are there plans to migrate to null safety soon?

shamblett commented 3 years ago

In short yes, I've been keeping my eye on null safety for all my packages not just this one, I would prefer to migrate when null safety officially lands in Dart as I only develop packages against stable Dart builds not dev ones. I need to re read the the migration docs to see when this could best be done. I maintain 15 packages in all and they all need to be migrated.

If you have a particular need for this there's no reason why cbor can't be the first, or indeed if you wish to have a look at this yourself feel free, pull requests gratefully accepted.

shamblett commented 3 years ago

Package cbor 3.3.0-nullsafety.0 released.

shamblett commented 3 years ago

Package re released at version 4.0.0 incorporating version 2.12 of Dart and null safety