21 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
25
views
Amplify Flutter + Cognito Identity Pool works via AWS CLI but fails in app ("No identity pool registered for this account")
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 (...
3
votes
1
answer
814
views
How to do password-less sign-in and Sign-up through AWS Amplify for Flutter
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 ...
1
vote
1
answer
238
views
How to Retrieve Device Key for ConfirmDevice API with Cognito Amplify in Flutter
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 ...
3
votes
2
answers
2k
views
How to enable Auto Sign-in after successfully Sign-up in Amplify AWS Cognito?
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, ...
4
votes
0
answers
591
views
BUG! exception in phase 'semantic analysis' in source unit '_BuildScript_' Unsupported class file major version 64
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 ...
0
votes
0
answers
378
views
Upload a file to a different aws s3 bucket in flutter
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 ...
0
votes
0
answers
196
views
How to get total number of records to be synced in Flutter Amplify Datastore
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 ...
0
votes
1
answer
320
views
How to convert Amplify.DataStore.observeQuery into stream with async* that can be used in Bloc
I'm trying to convert Amplify.DataStore.observeQuery into a stream in repository class.
The expected return type is Stream<List<MyObject>>.
1
vote
0
answers
324
views
aws amplify create user after auth in flutter
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 ...
2
votes
1
answer
995
views
Data is showing only after hot reload
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, ...
1
vote
0
answers
964
views
Tried to get a plugin before it was configured. Make sure you call Amplify.configure() first
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 ...
1
vote
1
answer
946
views
Flutter build fails due to Amplify_core
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\...
3
votes
1
answer
3k
views
Flutter Amplify DataStore plugin has not been added to Amplify
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 ...
-1
votes
1
answer
425
views
How to Store values to Amplify S3 Flutter?
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&...
0
votes
1
answer
887
views
How to generate queries and mutation string export from schema.graphql
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 ...