aws_s3_private_flutter 0.0.5
aws_s3_private_flutter: ^0.0.5 copied to clipboard
The AWS S3 Private Bucket Object Plugin enables developers to access objects stored in private S3 buckets using AWS SDK for authentication and encryption.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aws_s3_private_flutter
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aws_s3_private_flutter: ^0.0.5
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_private_flutter/aws_s3_private_flutter.dart';