flutter_amazon_s3 0.1.2 copy "flutter_amazon_s3: ^0.1.2" to clipboard
flutter_amazon_s3: ^0.1.2 copied to clipboard

discontinued

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'

Example #

import 'package:flutter_amazon_s3/flutter_amazon_s3.dart';

String uploadedImageUrl = await FlutterAmazonS3.uploadImage(
          _image.path, BUCKET_NAME, IDENTITY_POOL_ID, REGION);

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
9
likes
30
pub points
18%
popularity

Publisher

unverified uploader

A flutter plugin for using Amazon S3 service.

Homepage

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_amazon_s3