amazon-cognito-identity-dart icon indicating copy to clipboard operation
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.

Results 52 amazon-cognito-identity-dart issues
Sort by recently updated
recently updated
newest added

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 ![cognito_01_home](https://user-images.githubusercontent.com/1572333/39953217-77967bda-55d9-11e8-940c-90c34f870cb6.png) - Sign Up ![cognito_02_signup](https://user-images.githubusercontent.com/1572333/39953218-7a1aa8d6-55d9-11e8-93ca-bc3525d66c92.png) - Confirm Account ![cognito_03_confirmaccount](https://user-images.githubusercontent.com/1572333/39953219-7a682b92-55d9-11e8-94e5-d6fc737b91e0.png) - Login ![cognito_04_login](https://user-images.githubusercontent.com/1572333/39953220-7ab56c18-55d9-11e8-80a0-51ab9d319280.png) - Secure Counter ![cognito_05_secure](https://user-images.githubusercontent.com/1572333/39953222-7b1bf6ae-55d9-11e8-90df-55b472bb08c3.png)