furaiev / amazon-cognito-identity-dart-2

Unofficial Amazon Cognito Identity Provider Dart SDK, to easily add user sign-up and sign-in to your mobile and web apps with AWS.
MIT License
187 stars 114 forks source link

Question: Is it possible to upload video with this plugin? #36

Closed Subfly closed 4 years ago

Subfly commented 4 years ago

As the title suggest, I need to develop an app with huge userbase but we need to use AWS. Is it possible to upload and get videos with this package?

furaiev commented 4 years ago

@Subfly here is an example of images loading https://github.com/conghua2411/FlutterDemoEverything/blob/e07cd5e1c9f751395a050a9a37ed09e821ee607b/lib/aws_cognito_dev_upload_s3/aws_cognito_dev_upload_s3.dart

I believe you can load videos in the same way.

furaiev commented 4 years ago

@Subfly have you managed to upload a video?