flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

An extensive logging framework developed for flutter apps.

Results 40 flutter_logs issues
Sort by recently updated
recently updated
newest added

Hi , i have a problem with 2.1.12 plugin in app compilation FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\rbern\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_logs-2.1.12\android\build.gradle' line: 28 * What went wrong: A...

I am trying to upload logs when i get push notification but when app is closed export logs is not working

Starting with 2.1.12, the plugin cannot integrate an add2app scenario in Android because kotlin version mismatch java version. This is fixed in PR #68

kotlin was set to 1.8 while java overridden to 17

When trying to set the meta info a PlatformException occurs: ``` PlatformException (PlatformException(error, empty String, null, java.lang.NumberFormatException: empty String at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1842) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at com.flutter.logs.plogs.flutter_logs.LogsHelper.setupForELKStack(LogsHelper.kt:156) at com.flutter.logs.plogs.flutter_logs.FlutterLogsPlugin$Companion.setUpPluginMethods$lambda-0(FlutterLogsPlugin.kt:150) at...

I'm using the latest version **2.1.10**. When I export the logs, I'm trying to capture the callback to upload file to a server. But the callback registered is not getting...

``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:checkDebugAarMetadata'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find com.github.umair13adil:RxLogs:1.0.18....

My code is `FlutterLogs.exportLogs(exportType: ExportType.ALL);` as a preparation for exporting all logs. My app has a button the user can tap to export logs. However if there wasn't any logging...

Hi, Please add support for custom log message format