SK

Results 19 comments of SK

i see this problem too. I just did the first step of integration to add the flutter_braintree: ^4.0.0 into the pubspec. The android builds and runs without issue. But the...

That solved it. Very odd that that another http operation works without that permission. I have something like this: ``` try { final response = await http.get(Uri.parse('$_baseUrl/books')); if (response.statusCode ==...

This looks slightly related to my problem, but i am not sure. https://github.com/aws-amplify/amplify-flutter/issues/6205

When I use the amplify UI, it also gives me the similar errors ``` import 'package:amplify_authenticator/amplify_authenticator.dart'; import 'package:flutter/material.dart'; import 'package:go_router/go_router.dart'; class AmplifySignInSignUpScreen extends StatefulWidget { const AmplifySignInSignUpScreen({super.key}); @override State createState()...

![Image](https://github.com/user-attachments/assets/72003591-315d-462d-840e-924ecb45c95b)

And it seems to be a problem on iOS26 ONLY. The app running on android 15 seems to be working correctly. --Correction: The faulty behavior is happening on both iOS...

@AntoniKwok I started a new app using GEN2. It does not seem to be a problem with GEN2. I assume you are using gen1?

I have started from scratch and removed amplify completely from my flutter AWS cognito solution. I saw 4 lambda functions, 2 s3 buckets, and who knows what else - created...

@tyllark I havent gotten to using the refresh token yet. I am doing the login immediately after a signOut, so I dont think the refresh token comes into play yet....