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

discontinued
outdated

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.0.8'

Example #

import 'package:flutter_amazon_s3/flutter_amazon_s3.dart';

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

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
0
pub points
25%
popularity

Publisher

unverified uploader

A flutter plugin for using Amazon S3 service.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_amazon_s3