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
39 stars 28 forks source link

cannot build after flutter update #34

Open letisoft opened 2 years ago

letisoft commented 2 years ago

Hello,

I am getting following error after flutter update:

pub.dartlang.org\flutter_logs-2.1.5\android\src\main\kotlin\com\flutter\logs\plogs\flutter_logs\FlutterLogsPlugin.kt: (43, 32): Type mismatch: inferred type is Activity? but Context was expected

Any idea?

fopwoc commented 2 years ago

i suggested a fix #33 ,but temporary you can build via git from my fork

  flutter_logs:
    git:
      url: https://github.com/ASPIRINmoe/flutter_logs.git
      ref: master