Questions tagged [amplify-flutter]

22 questions
0
votes
1 answer

Unable to sync after Amplify.Datastore.clear()

I have a home page that does the initial datastore sync in the init() function. There are QueryPredicates that are based on a variable that can change (on a different page). So basically, after I start the app, everything syncs correctly. Then, I go…
0
votes
0 answers

Amplify flutter authenticator UI stuck in loading after error on SignUp

When my SignUp process receives an error from my PreSignUp lambda the Amplify Authenticator UI is always stuck in the loading state and I can't do anything about it, solved only by manually removing query parameters and reloading the page. More…
0
votes
1 answer

File downloaded from Amplify Storage is empty in iOS

downloadFile seems to work fine (there is no errors) but when readAsString called content is empty. Same code works in Android. What might be the difference causing this to happen in iOS? Using getApplicationDocumentsDirectory for directory doesn't…
user18309290
  • 5,777
  • 2
  • 4
  • 22
0
votes
1 answer

Querying Many-To-Many Relationships in AWS Amplify

I have two models in my graphql schema and the one I am trying to query on, Sessions, has two @belongsTo directives (read on a forum this matters). I can successfully save these models and view them on the AWS AppSync Queries Tab where I can query…
0
votes
1 answer

Flutter app throwing error while calling configure method of Amplify on application resume in android device

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 amplify_flutter: <1.0.0 amplify_auth_cognito:…
0
votes
1 answer

amplify_flutter any which doesn't exist (could not find package amplify_flutter at https://pub.dartlang.org),

I am trying implement amplify-flutter from this document but when i run pub get it showing "depends on amplify_flutter any which doesn't exist (could not find package amplify_flutter at https://pub.dartlang.org), version solving…
Midhilaj
  • 4,905
  • 9
  • 45
  • 88
-1
votes
1 answer

Can I use fire base to host my flutter web app while still using AWS amplify for Cognito and DataStore

Hi I was wondering if it was possible to host my flutter Web app on Firebase while using AWS Amplify for its DataStore and Cognito services or does AWS NOT support Flutter Web at all yet. Im having issues hosting it on Amplify and was wondering if…
1
2