flutter_amazon_s3 0.1.2
flutter_amazon_s3: ^0.1.2 copied to clipboard
A flutter plugin for using Amazon S3 service.
flutter_amazon_s3 #
Amazon S3 plugin for Flutter
Unofficial Amazon S3 plugin written in Dart for Flutter.
Usage #
To use this plugin, add flutter_amazon_s3
as a dependency in your pubspec.yaml file.
dependencies:
flutter_amazon_s3: '^0.1.2'
copied to clipboard
Example #
import 'package:flutter_amazon_s3/flutter_amazon_s3.dart';
String uploadedImageUrl = await FlutterAmazonS3.uploadImage(
_image.path, BUCKET_NAME, IDENTITY_POOL_ID, REGION);
copied to clipboard
Installation #
Android #
No configuration required - the plugin should work out of the box.
iOS #
No configuration required - the plugin should work out of the box.
Authors #
Android version written by Tony Darko
IOS version written by Vladislav Blago
copied to clipboard