flutter_logs icon indicating copy to clipboard operation
flutter_logs copied to clipboard

Unable To export Log and Share on Android

Open pkofcgit opened this issue 2 years ago • 0 comments

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

I am using this method

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

but _completer unable to return value ,

pkofcgit avatar Mar 15 '22 05:03 pkofcgit