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

discontinuedreplaced by: aliyun_log_dart_sdk
PlatformAndroidiOS

Aliyun Log service producer For flutter.

aliyun_log_flutter_sdk #

Aliyun Log service producer For flutter.

Based on Native SDK

Usage #

// set config first
await AliyunLogFlutterSdk.config('endpoint', 'project', 'logstore', 'accessKeyID', 'accessKeySecret');

// add tag if you need
await AliyunLogFlutterSdk.addTag({
    'uuid': device.uuid,
    'device': device.device,
    'system': device.system,
    'version': device.version,
  });

// create client, then you can add log
await AliyunLogFlutterSdk.create();

AliyunLogFlutterSdk.addLog('app_first_open');
4
likes
130
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Aliyun Log service producer For flutter.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aliyun_log_flutter_sdk