fluent_qcloud_cos 0.2.2
fluent_qcloud_cos: ^0.2.2 copied to clipboard
Tencent Cloud Object Storage Upload Plugin, supports fast upload and progress display 腾讯云对象存储上传插件, 支持分快上传, 进度显示.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluent_qcloud_cos
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fluent_qcloud_cos: ^0.2.2
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:fluent_qcloud_cos/fluent_qcloud_cos.dart';