Last updated:
0 purchases
flutter web cos upload plugin
Intro #
A sub plug-in of flutter_web_optimizer,used to upload resources to cos
Features #
upload flutter web build artifact to tencent cos,such as image,javascript file and etc
Getting started #
dev_dependencies:
flutter_web_cos_upload_plugin: ^1.0.2
copied to clipboard
Usage #
flutter_web_cos_upload_plugin.yaml
cos:
config:
appId: 'xxx'
secretId: 'xxx'
secretKey: 'xxx'
bucketName: 'xxx'
region: 'xxx'
copied to clipboard
copy flutter_web_cos_upload_plugin.yaml to your project root directory
fill in the correct appId,secretId,secretKey,bucketName and region
execute flutter pub run flutter_web_optimizer optimize --asset-base xxx --plugin flutter_web_cos_upload_plugin command
then the resources will be uploaded to tencent cos
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.