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

f_logs has some widget to render the log in the application interface similar to linux tail -f tool #13

Open insinfo opened 2 years ago

insinfo commented 2 years ago

f_logs has some widget to render the log in the application interface similar to linux tail -f tool

I'm developing a server backup tool with desktop flutter, where I copy the files via SFTP and I need to record the logs and display them in the app interface, I would like to display the logs in the interface similar to tail -f

image

https://github.com/insinfo/fsbackup