fluent_aliyun_oss 0.0.2
fluent_aliyun_oss: ^0.0.2 copied to clipboard
阿里云OSS的flutter插件,实现带进度的异步上传和带签名的URL.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluent_aliyun_ossThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluent_aliyun_oss: ^0.0.2Alternatively, 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_aliyun_oss/fluent_aliyun_oss.dart';