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

outdated

A simple, unofficial AWS S3 client. Supports downloading objects and listing objects in a bucket.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_aws_s3_client

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

dependencies:
  flutter_aws_s3_client: ^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:flutter_aws_s3_client/flutter_aws_s3_client.dart';
35
likes
0
pub points
87%
popularity

Publisher

unverified uploader

A simple, unofficial AWS S3 client. Supports downloading objects and listing objects in a bucket.

Homepage

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart, built_collection, built_value, flutter, http, xml2json

More

Packages that depend on flutter_aws_s3_client