aws_s3_helper 0.0.2 copy "aws_s3_helper: ^0.0.2" to clipboard
aws_s3_helper: ^0.0.2 copied to clipboard

A simple helper for uploading and downloading files to/from AWS S3.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aws_s3_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  aws_s3_helper: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_s3_helper/aws_s3_helper.dart';
2
likes
130
points
180
downloads

Publisher

unverified uploader

Weekly Downloads

A simple helper for uploading and downloading files to/from AWS S3.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

convert, crypto, dio, flutter, logger, path, path_provider

More

Packages that depend on aws_s3_helper