Access to the txt file via controller or any other way that's feasible. #264
Labels
awaiting
On the list for consideration or merge
core
Related to core packages (talker, talker_logger, talker_flutter)
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
There is share log file option from the talker view screen which is good enough to download the logs.txt file. But generally, it's more common to send the logs file to server for better user experience.
Which is why I wanted to request a function to access the txt file from the TalkerViewController, to integrate directly to our API server.
Describe the solution you'd like
Access to TalkerViewController should do the job, but, getting access like
Talker.getFile(); to fetch the file would be even more convenient.
Describe alternatives you've considered
I tried to create my own file by copying everything and setting it to a new file but it was too much of code for such simple task.
Additional context
Just to be able to access the file directly to directly upload to our API servers rather than downloading and then sharing for better UX.
The text was updated successfully, but these errors were encountered: