How to implement logging in flutter web app using Logger package
I am trying to add logging to my Flutter web app by using the Logger package.
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?