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
110
pub points
0%
popularity

Publisher

unverified uploader

Aliyun Log service producer For flutter.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on aliyun_log_flutter_sdk