aliyunoss_plus_flutter 1.0.1
aliyunoss_plus_flutter: ^1.0.1 copied to clipboard
当今最好的阿里云oss插件,使用简单方便,支持分片、断点续传! Upload to the aliyun_oss. It can be a video, a picture, or something else
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aliyunoss_plus_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
aliyunoss_plus_flutter: ^1.0.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:aliyunoss_plus_flutter/aliyunoss_plus_flutter.dart';