jonsaw / amazon-cognito-identity-dart

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
204 stars 93 forks source link

Any plans for adding a null-safe version of this package? #87

Open pal opened 3 years ago

pal commented 3 years ago

Supporting null-safety would make this package easier to use in future Flutter versions

https://dart.dev/null-safety/migration-guide

pal commented 3 years ago

Noticed this fork has just started on null safety: https://github.com/furaiev/amazon-cognito-identity-dart-2