Relative Content

Tag Archive for flutterlogging

Storing logs in a file (flutter)

I am using the package logger. I want to write all the logs printed in the console to a separate file. I want to be able to download this file at anytime from the app. How do I do it?