aws_uploader 0.0.1
aws_uploader: ^0.0.1 copied to clipboard
A Flutter plugin to upload images/files to AWS S3 using Cognito token-based authentication. Supports progress events and cancellation.
aws_uploader #
aws_uploader is a Flutter plugin to upload images to AWS S3 with support for:
- Android & iOS platforms
- Image upload with multi-part support
- Upload progress stream
- Cancel ongoing uploads
- Upload using Cognito
token&identityId
Features #
- Upload images to AWS S3 using Cognito credentials
- Listen to upload progress in real-time
- Cancel ongoing uploads if needed
- Fully native implementation for Android & iOS
- Token & IdentityId based secure uploads