umair13adil / flutter_logs

An extensive logging framework developed for flutter apps.
https://itnext.io/sending-logs-from-flutter-apps-in-real-time-using-elk-stack-mqtt-c24fa0cb9802
Apache License 2.0
40 stars 32 forks source link

Kotlin compilation warnings #41

Open MrCsabaToth opened 2 years ago

MrCsabaToth commented 2 years ago

Task :flutter_logs:compileReleaseKotlin w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_logs-2.1.7/android/src/main/kotlin/com/flutter/logs/plogs/flutter_logs/FlutterLogsPlugin.kt: (148, 29): Variable 'labels' is never used w: /home/csaba/.pub-cache/hosted/pub.dartlang.org/flutter_logs-2.1.7/android/src/main/kotlin/com/flutter/logs/plogs/flutter_logs/LogsHelper.kt: (64, 68): Type mismatch: inferred type is String? but String was expected

I'm using Kotlin version 1.6.21