Reputation: 484
I'm trying to get the names and the context of some text file to display to screen, so when the file name is clicked it opens a page displaying the full context of the selected file
I've google this for months now but found no help
Upvotes: 0
Views: 838
Reputation: 19385
This doc looks pretty straight forward: https://flutter.dev/docs/cookbook/persistence/reading-writing-files#2-create-a-reference-to-the-file-location
TLDR;
Upvotes: 1