How to download text file in Flutter web application

48 views
Skip to first unread message

Chinnu Muniyappan

unread,
Jan 21, 2020, 1:13:00 AM1/21/20
to Flutter Development (flutter-dev)
I am new to Flutter and working in a flutter web application, My requirement is to create and download a text file like below.

void getData() {
List<int> bytes = utf8.encode('this is the text file');
print(bytes); // Need to download the bytes with a txt file.
}

Can anyone help me to achieve this
Reply all
Reply to author
Forward
0 new messages