aws_uploader 0.0.1 copy "aws_uploader: ^0.0.1" to clipboard
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_uploader plugin
  • 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
2
likes
150
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to upload images/files to AWS S3 using Cognito token-based authentication. Supports progress events and cancellation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aws_uploader

Packages that implement aws_uploader