amazon-cognito-identity-dart
amazon-cognito-identity-dart copied to clipboard
Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
Hi, In `cognito_user.dart` (line 176) there is the code `final clockDrift = int.parse(await storage.getItem(clockDriftKey)) ?? 0;` When `storage.getItem` returns null it crashes. I think the `?? 0` should either be...
Screens: - Home Screen  - Sign Up  - Confirm Account  - Login  - Secure Counter 