Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to the txt file via controller or any other way that's feasible. #264

Open
KabinManandhar opened this issue Sep 24, 2024 · 0 comments
Labels
awaiting On the list for consideration or merge core Related to core packages (talker, talker_logger, talker_flutter) enhancement New feature or request

Comments

@KabinManandhar
Copy link

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.

@Frezyx Frezyx added enhancement New feature or request awaiting On the list for consideration or merge labels Oct 7, 2024
@Frezyx Frezyx added the core Related to core packages (talker, talker_logger, talker_flutter) label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting On the list for consideration or merge core Related to core packages (talker, talker_logger, talker_flutter) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants