firstfloorsoftware / flutter_sodium

Flutter bindings for libsodium
BSD 3-Clause "New" or "Revised" License
102 stars 47 forks source link

Migrate to null safety #53

Closed kozw closed 3 years ago

kozw commented 3 years ago

See title

kozw commented 3 years ago

Migration is complete, publishing to pub.dev is blocked because of following warning:

package:sky_engine/js/js_dart2js.dart is opting out of null safety

See also https://github.com/dart-lang/sdk/issues/44567

ccadieux commented 3 years ago

@kozw Great work. Thank you for your commitment to this project.

kozw commented 3 years ago

A prerelease version of flutter_sodium with null safety built-in is now available on pub.dev. Closing this issue now.