flutter_cos_client 0.0.1 copy "flutter_cos_client: ^0.0.1" to clipboard
flutter_cos_client: ^0.0.1 copied to clipboard

一个用于上传文件到腾讯云 COS(对象存储)的 Flutter 插件,支持永久密钥和临时密钥两种方式,支持字节数据和文件上传。

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_cos_client

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

dependencies:
  flutter_cos_client: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_cos_client/flutter_cos_client.dart';
0
likes
125
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

一个用于上传文件到腾讯云 COS(对象存储)的 Flutter 插件,支持永久密钥和临时密钥两种方式,支持字节数据和文件上传。

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, dio, flutter, mime

More

Packages that depend on flutter_cos_client