upload_file_oss 1.0.2 copy "upload_file_oss: ^1.0.2" to clipboard
upload_file_oss: ^1.0.2 copied to clipboard

A library for simply uploading files to Alibaba Cloud Object Storage OSS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add upload_file_oss

With Flutter:

 $ flutter pub add upload_file_oss

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

dependencies:
  upload_file_oss: ^1.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:upload_file_oss/upload_file_oss.dart';
3
likes
140
pub points
21%
popularity

Publisher

verified publisherdev.sumsg.com

A library for simply uploading files to Alibaba Cloud Object Storage OSS.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

crypto, http, intl, mime

More

Packages that depend on upload_file_oss