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

flutter_logs does not support flutter_web? #5

Closed BlackToothGrin96 closed 5 months ago

BlackToothGrin96 commented 3 years ago

Hi, I have an app that uses flutter_logs and have recently upgraded to flutter 2.

I wanted to try out flutter web but when I build and run the app, I get the error:

MissingPluginException(No implementation found for method initLogs on channel flutter_logs)

The app works fine on Android as I have a few live systems using it now.

Do you know of any reason why this shouldn't work with flutter web?

Version info:

Flutter (Channel beta, 2.0.1, on Linux, locale en_GB.UTF-8) Android toolchain - develop for Android devices (Android SDK version 28.0.3)

Great work on the package btw - so far the best logging tool I've used with flutter.

Please let me know if you need any more info.

umair13adil commented 3 years ago

It's not currently supported on web. I will work on an update, after that it's support will be available soon.

frhnfrq commented 2 years ago

what's the status on this? @umair13adil

MongkolJ commented 2 years ago

I've the same error when I build but this error occurred even for android

umair13adil commented 5 months ago

No support for the web is planned.