I working on a diary sort of app in Flutter. Entries get saved in a DB. I'm now trying to figure out how I can save the entries to a Textfile. I have tried finding ways to go about that, but nothing so far that seems to fit my needs.
I want to be able to:
- save database entries to a text file on the device
- or put the entries as contents in an email.
If anyone can help me in the right direction, I would really appreciate it.
Cheers,