s3_dart_lite 0.0.2
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_liteWith Flutter:
$ flutter pub add s3_dart_liteThis 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.2Alternatively, 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';