Jean Espinoza
Jean Espinoza
Hello @NikaHsn, any updates on Cloudwatch for Flutter?
@NikaHsn Sure, ``` try { await amplify_flutter.Amplify.addPlugins( [ pinpoint.AmplifyAnalyticsPinpoint(), auth_cognito.AmplifyAuthCognito(), ], ); await amplify_flutter.Amplify.configure(amplifyconfig); } on amplify_flutter.AmplifyAlreadyConfiguredException catch (_) { print( "Tried to reconfigure Amplify; this can occur when your...
Yes, all devices are in the correct timezone and not using VPN
Hello @Jordan-Nelson, The error occurs across some client's devices. The available information suggests they are running on Windows 10 (not sure if running with windows license). However, it's worth noting...
Hi @khatruong2009! The application is currently compatible with Windows, iOS, and Android platforms. I haven't had the chance to experiment with the latest version of Amplify Flutter yet. Here's the...
@khatruong2009 yes
any update?
@NikaHsn I haven't had the chance to test it yet. I will try to update the package and let you know if the issue persists.