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

aftter call funtion FlutterLogs.logInfo("TAG", "subTag", "My Log Message"); (Flutter 1.25.0.pre.141) #1

Closed chanthavong closed 3 years ago

chanthavong commented 3 years ago

error this on run application [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception: MissingPluginException(No implementation found for method logThis on channel flutter_logs)

umair13adil commented 3 years ago

@chanthavong Is this happening on an example app or your project?

tehsunnliu commented 3 years ago

After updating Flutter to 2.0 I've started getting this error on release mode. In debug, however, it works fine.

ibrahim135 commented 1 year ago

MissingPluginException(No implementation found for method logThis on channel flutter_logs) at MethodChannel._invokeMethod(platform_channel.dart:294) at FlutterLogs.logError(flutter_logs.dart:269) Flutter: V3.3.4 Happens in debug too sometimes