aliyun_log_sdk 0.0.4 copy "aliyun_log_sdk: ^0.0.4" to clipboard
aliyun_log_sdk: ^0.0.4 copied to clipboard

aliyun log upload SDK for flutter.

Getting started #

LogProducerConfiguration configuration = LogProducerConfiguration(
  endpoint: "https://us-west-1.log.aliyuncs.com",
  project: "your project",
  logstore: "your logstore",
  accessKeyId: "your accessKeyId",
  accessKeySecret: "your accessKeySecret",
);

final aliyunLogSdk = AliyunLogSdk(configuration);

aliyunLogSdk.addLog(logs);
0
likes
130
points
52
downloads

Publisher

unverified uploader

Weekly Downloads

aliyun log upload SDK for flutter.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

crypto, flutter, http, path, path_provider

More

Packages that depend on aliyun_log_sdk