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

Fixes #28, async functions should return Future + format #38

Closed MrCsabaToth closed 2 years ago

MrCsabaToth commented 2 years ago

I made all static void async function return Future. Besides that I did a flutter format because I thought that pub.dev requires/does that anyway.