Sono nuovo di Flutter e lavoro in un'applicazione web Flutter, il mio requisito è creare e scaricare un file di testo. come sotto.
void getData() {
List<int> bytes = utf8.encode('this is the text file');
print(bytes); // Need to download this with txt file.
}
Qualcuno può aiutarmi a raggiungere questo obiettivo