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.
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.0.1 - 2025-12-05 #
Added #
- Initial release of
aws_uploaderplugin - Upload images to AWS S3 using Cognito credentials (
token&identityId) - Real-time upload progress stream for monitoring upload percentage
- Cancel ongoing uploads at any time
- Multi-part upload support for large image files
- Full support for Android and iOS platforms
Fixed #
- N/A (first release)
Changed #
- N/A
Notes #
- Currently supports only image uploads
- File path must exist and be valid for upload
- Only works on Android & iOS