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

Unable to export logs and Share on android device, its working fine in ios #25

Open Yadav-Sunil opened 2 years ago

Yadav-Sunil commented 2 years ago

Future exportAllLogs() async { FlutterLogs.exportLogs(exportType: ExportType.ALL); return _completer.future as FutureOr; }

but _completer unable to return value ,

MrCsabaToth commented 2 years ago

Word by word duplicate of #24 Why did the author post it twice with different accounts?