amazon_s3_cognito 0.8.1 amazon_s3_cognito: ^0.8.1 copied to clipboard
This plugin allows users to upload and delete image for amazon s3 cognito.Users can also upload multiple images ti s3 using the plugin.
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.8.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/amazon_s3_cognito.dart';