Andrea D'Agostino

Results 15 comments of Andrea D'Agostino

> I cannot see any changes because code reformatting... sad... Ops, I'm sorry, I edit only row 241 on vimeoplayer.dart and and row 252 on fullscreen_player.dart. I just need a...

Hello, I've tried to find a solution starting from @Tregan post. My solution works fine with WidgetSpan that contain a Row with two children that contain a Text, my hope...

Yes, I have setup all steps, also on AndroidManifest. ```xml ```

this solve => https://github.com/nateshmbhat/touchable/issues/47

Thank you @Equartey But, maybe cognito configuration (Server side) is wrong or not compatible with signInWithWebUI flow? Because I tried to use oauth2 REST API flow (https://docs.aws.amazon.com/it_it/cognito/latest/developerguide/token-endpoint.html), and it is...

I have identified the root cause of the problem. The Cognito authentication for SSO fails when using a custom domain instead of the default Cognito domain. Specifically, if we do...

Hi @khatruong2009, I think so. Our configuration is simply a custom domain before the cognito domain xxxxxx.eu-west-1.amazoncognito.com But, the returnig url is our app scheme (example app://)

if remove await from ` await Amplify.configure(amplifyConfig);` error appears ``` I/flutter (10476): INIT AUTH PROVIDER I/flutter (10476): Checking Auth Status... I/flutter (10476): AwException - Error checking auth state: PlatformException(channel-error, Unable...