flutter_amazon_s3 0.0.7 copy "flutter_amazon_s3: ^0.0.7" to clipboard
flutter_amazon_s3: ^0.0.7 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

Intall -> Run

Use this package as a library

  1. Depend on it

Add this to your package's pubspec.yaml file:

dependencies: flutter_amazon_s3: ^0.0.6

  1. Install it

You can install packages from the command line:

with Flutter:

$ flutter packages get

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  1. Import it

Now in your Dart code, you can use:

import 'package:flutter_amazon_s3/flutter_amazon_s3.dart';

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

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