Frezyx / talker

☎️ Advanced error handler and logger for dart and flutter apps
https://pub.dev/packages/talker
MIT License
478 stars 57 forks source link

Log inside of a isolate/background and show on app #208

Open lucasdidur opened 5 months ago

lucasdidur commented 5 months ago

Would be nice to share instance between isolated.

Frezyx commented 5 months ago

Hello @lucasdidur! Could you please explain your idea in more detail?

lucasdidur commented 5 months ago

I have a foreground service and i what to save the logs and see on the Talker Flutter screen. But as he is in an isolated environment, the foreground talker instance does not shows on talker app instance.

NikitaSharapov commented 3 weeks ago

+1 logs in console from dio background http request are showing, but now showing inside TalkerScreen (i use same talker instance)