upload_to_s3bucket 0.0.1 copy "upload_to_s3bucket: ^0.0.1" to clipboard
upload_to_s3bucket: ^0.0.1 copied to clipboard

library to upload images directly to amazon s3 bucket

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add upload_to_s3bucket

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

dependencies:
  upload_to_s3bucket: ^0.0.1

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:upload_to_s3bucket/upload_to_s3bucket.dart';
1
likes
10
pub points
0%
popularity

Publisher

unverified uploader

library to upload images directly to amazon s3 bucket

Homepage

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart, flutter, fluttertoast

More

Packages that depend on upload_to_s3bucket