Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

I’m integrating AWS IoT Core with a Flutter app that already uses Amplify Auth (Cognito User Pool). To allow IoT connections, I added a Cognito Identity Pool section to my amplifyconfiguration.dart (...
Jashwanth Neela's user avatar
3 votes
1 answer
818 views

I'm currently developing a Flutter app with AWS as the backend, using the Flutter AWS Amplify library. I'm facing challenges with the authentication process, which relies on a unique user ID(number ...
pallabB's user avatar
  • 319
1 vote
1 answer
239 views

I'm working on a Flutter project where Cognito Amplify is handling authentication. I'm trying to implement a feature that requires me to call the confirmDevice API, but I'm facing an issue regarding ...
Esteban Muñoz's user avatar
3 votes
2 answers
2k views

I'm trying to do on-page passwordless authentication with only phone number, and I want to implement auto sign-in after sign-up automatically, any ideas? I have enabled mfa for both login and signup, ...
yossef's user avatar
  • 33
4 votes
0 answers
591 views

I wanted to use gradle version 7.5.1 in order to add aws to my flutter project. But it has been constantly showing me an error since I tried to change the gradle version. At first I got warnings in vs ...
CornealWave's user avatar
0 votes
0 answers
378 views

In my Flutter app I use Amazon S3 to store my videos and images. I use amplify_flutter package to upload files. After following the official documentation of AWS Amplify, I created a bucket to upload ...
sm-sayedi's user avatar
  • 1,120
0 votes
0 answers
196 views

Is there are good way to find out what the total number of records to be synced will be before the records are actually synced via the datastore? This is refering to at the start of time when I am ...
Adam T's user avatar
  • 11
0 votes
1 answer
321 views

I'm trying to convert Amplify.DataStore.observeQuery into a stream in repository class. The expected return type is Stream<List<MyObject>>.
Chris's user avatar
  • 1,057
1 vote
0 answers
324 views

please i am stuck with my auth flow in flutter after my confirm registration with aws amplify . The idea is to create a user exactly after the user has completed his registration by retrieving the ...
olu's user avatar
  • 123
2 votes
1 answer
995 views

I'm new to flutter and amplify. I'm trying to do an app using flutter and amplify as backend. I want to retrieve data from three datastore table at once and put them in to a List<Map<String, ...
giselle99's user avatar
1 vote
0 answers
965 views

I am trying to use AWS Amplify's AmplifyStorageS3,AmplifyAPI and AmplifyAuthCognito with my flutter app. I follow the documentation and everything is working fine but some time app crashes on Android ...
Ahmad Raza's user avatar
1 vote
1 answer
948 views

I recently upgraded my flutter application to Android V2, and also made my code null safe. Now when I try to run my code I get the below build error: e: C:\flutter\.pub-cache\hosted\pub.dartlang.org\...
Moez Elahi's user avatar
3 votes
1 answer
3k views

All of the sudden I am getting the error DataStore plugin has not been added to Amplify, recoverySuggestion: Add DataStore plugin to Amplify and call configure before calling DataStore related APIs to ...
Bram's user avatar
  • 2,600
-1 votes
1 answer
427 views

In my application i need to use s3 to store images and video. So i have added amplify_storage_s3, amplify_flutter packages to pubspec.yaml. I also have a jsondata as follows { "statusCode&...
Febin Johnson's user avatar
0 votes
1 answer
887 views

I am building a flutter application and using amplify_flutter 0.2.1 and amplify v5.1.0 , when I pull the project from the Amplify-admin UI it generates a graphQL schema schema.graphql which is useless ...
HackRx's user avatar
  • 318
3 votes
1 answer
358 views

How can we get the User Conversations with a query. Ideal would be to do a query to the user table and get all the user conversations loaded. example: final user = await Amplify.DataStore.query(User....
alecellis1985's user avatar
1 vote
2 answers
698 views

Or How to upload an image to s3 with public access by Flutter Amplify? In my current flutter project, I can't pass ACL:public-read property while uploading files to S3 using amplify. And because of ...
Ravi Sevta's user avatar
  • 3,151
1 vote
1 answer
2k views

I've just started learning AWS Amplify and followed the step given in https://aws.amazon.com/getting-started/hands-on/build-flutter-app-amplify/module-two/ to initialize Amplify in my flutter project. ...
gauravd2196's user avatar
0 votes
1 answer
1k views

In my flutter project, I'm using the AWS Amplify storage plugin to upload files. For that, I have added below dependencies dependencies: flutter: sdk: flutter amplify_storage_s3: <1.0.0 ...
Ravi Sevta's user avatar
  • 3,151
1 vote
0 answers
301 views

I have created a Flutter application that uses amplify_auth_cognito and amplify_core packages for authentication. In debug mode, the app works fine without any issues. The iOS version works fine as ...
zilijonas's user avatar
  • 3,815
6 votes
1 answer
2k views

I'm using the signup function of AWS' Amplify Auth in my Flutter app. The function is working fine when I run the code in Android Studio and test it on an emulator/phone. I'm able to add a new user to ...
MR. GAURAV YADAV's user avatar