furaiev / amazon-cognito-identity-dart-2

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
187 stars 114 forks source link

NullSafety #142

Closed riteshakya037 closed 3 years ago

riteshakya037 commented 3 years ago

Changes

furaiev commented 3 years ago

@riteshakya037 thanks for PR, we have a branch - https://github.com/furaiev/amazon-cognito-identity-dart-2/tree/nullsafety that is available in prerelease https://pub.dev/packages/amazon_cognito_identity_dart_2/versions/1.0.0-nullsafety.3

Please change your PR target to nullsafety branch if you would like to change smth.

riteshakya037 commented 3 years ago

Honestly completely skipped my mind. I'll compare and rebase if there's anything significant that might be of worth.

furaiev commented 3 years ago

I close this PR and switch the default branch in the repo.