relateddigital / relateddigital-flutter

RelatedDigital Flutter SDK
MIT License
36 stars 2 forks source link

Null safety support #4

Closed GeceGibi closed 7 months ago

GeceGibi commented 1 year ago

Need to complete to null safety migration. https://dart.dev/null-safety/migration-guide

After Dart 3 upgrade, Unsound Null Safety packages will be useless. https://medium.com/dartlang/the-road-to-dart-3-afdd580fbefa

cicimen commented 1 year ago

We started converting the SDK to null-safe in a different branch(https://github.com/relateddigital/relateddigital-flutter/tree/master-combined). Null safe version of SDK will be available in a few weeks.

GeceGibi commented 1 year ago

Any changes ? @cicimen

cicimen commented 1 year ago

@GeceGibi we published a new version (0.5.4) which is null-safe.