amazon_s3_cognito 0.8.2
amazon_s3_cognito: ^0.8.2 copied to clipboard
This plugin allows users to upload and delete image for amazon s3 cognito.Users can also upload multiple images to s3 using the plugin.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add amazon_s3_cognitoWith Flutter:
$ flutter pub add amazon_s3_cognitoThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
amazon_s3_cognito: ^0.8.2Alternatively, your editor might support dart pub get or 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';