Flutter'da yeniyim ve bir flutter web uygulamasında çalışıyorum, Benim gereksinimim bir metin dosyası oluşturmak ve indirmek. aşağıdaki gibi.
void getData() {
List<int> bytes = utf8.encode('this is the text file');
print(bytes); // Need to download this with txt file.
}
Herkes bunu başarmama yardımcı olabilir mi?