Dillon Nys

Results 125 comments of Dillon Nys

This issue has been addressed in v1.0.0 of Amplify Flutter, which is now stable. This release also includes web and desktop support for Auth, API, Analytics, and Storage. You can...

Apologies for the delay updating this issue. This feature has been released in our developer-preview version of the library. ```yaml environment: sdk: ">=2.17.0

Hi @alterhuman, please see my comment [here](https://github.com/aws-amplify/amplify-flutter/issues/3311#issuecomment-1610248451) and let me know if that resolves your issue. When an issue is closed, it's hard for us to gain visibility into comments...

The new [`federateToIdentityPool`](https://pub.dev/documentation/amplify_auth_cognito_dart/latest/amplify_auth_cognito_dart/AmplifyAuthCognitoDart/federateToIdentityPool.html) API allows federating directly into an identity pool now using a third-party OIDC token. This is available in v1.0.0 of the Amplify libraries using the registered Cognito...

Since this issue was originally about identity pool federation, I think it makes sense to close it. I've reopened #438 to track federation into user pools. Thanks for letting me...

@schreyerpeter no firm timelines at the moment unfortunately. We are looking to how best to release this and will add an update to the TOTP tracking ticket (https://github.com/aws-amplify/amplify-flutter/issues/574) when we...

Closing in favor of https://github.com/aws-amplify/amplify-flutter/pull/3146

I'm very pleased to announce this feature has been released in v1.4.0 🚀 Please see [the docs](https://docs.amplify.aws/lib/auth/mfa/q/platform/flutter/) to learn about how to enable TOTP in your backend and the new...

I ran into the same issue working on Amplify Flutter and rewrote reactivecircus's GH action [in Dart](https://github.com/aws-amplify/amplify-flutter/blob/main/actions/lib/src/android/avd_manager.dart) to try and resolve the flakiness. The main insight I gathered was the...

Hi @balajiks-dev thank you for the callout around the lack of documentation regarding the amplifyconfiguration file. The amplifyconfiguration file is parsed by the libraries into the [`AmplifyConfig`](https://pub.dev/documentation/amplify_core/latest/amplify_core/AmplifyConfig-class.html) type exported from...