Questions tagged [flutteramplify]
17 questions
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:…

Ravi Sevta
- 2,817
- 21
- 37
-1
votes
1 answer
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": 200,
"message": "Aws credentials getting success",
…

Febin Johnson
- 277
- 1
- 6
- 21