s3_dart_lite 0.0.2 copy "s3_dart_lite: ^0.0.2" to clipboard
s3_dart_lite: ^0.0.2 copied to clipboard

A lightweight S3 client for Dart, ported from the excellent TypeScript s3-lite-client (https://github.com/bradenmacdonald/s3-lite-client).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add s3_dart_lite

With Flutter:

 $ flutter pub add s3_dart_lite

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  s3_dart_lite: ^0.0.2

Alternatively, 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:s3_dart_lite/s3_dart_lite.dart';
0
likes
140
points
11
downloads

Documentation

API reference

Publisher

verified publisherdrkaz.dev

Weekly Downloads

A lightweight S3 client for Dart, ported from the excellent TypeScript s3-lite-client (https://github.com/bradenmacdonald/s3-lite-client).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, crypto, http, path, xml

More

Packages that depend on s3_dart_lite