amazon_s3_cognito 0.0.1
amazon_s3_cognito: ^0.0.1 copied to clipboard
A flutter plugin for using Amazon S3 service.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amazon_s3_cognito
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
amazon_s3_cognito: ^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:amazon_s3_cognito/aws_region.dart';
import 'package:amazon_s3_cognito/flutter_amazon_s3.dart';
import 'package:amazon_s3_cognito/generated/i18n.dart';