qiniu_flutter_sdk_plus 0.6.1
qiniu_flutter_sdk_plus: ^0.6.1 copied to clipboard
Qiniu Flutter sdk Plus,七牛云存储的Flutter SDK。基于七牛云API实现,封装了七牛云存储系统的客户端操作。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add qiniu_flutter_sdk_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
qiniu_flutter_sdk_plus: ^0.6.1Alternatively, 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:qiniu_flutter_sdk_plus/qiniu_flutter_sdk_plus.dart';