appdist_log_sdk 1.0.0 copy "appdist_log_sdk: ^1.0.0" to clipboard
appdist_log_sdk: ^1.0.0 copied to clipboard

Easy monitoring log remove/local Flutter application

AppDistLog SDK #

Usage #

  • add AppDistLogInterceptor to Dio
   final dio = Dio()
      ..interceptors.add(
        AppDistLogInterceptor(
            typesSupport: [InterceptorLogType.all], appName: 'Wiki'),
      );
2
likes
0
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

Easy monitoring log remove/local Flutter application

Homepage

License

unknown (license)

Dependencies

async, dio, equatable, freezed_annotation, get_it, injectable, json_annotation, retrofit

More

Packages that depend on appdist_log_sdk