Je suis nouveau sur Flutter et je travaille dans une application Web Flutter. Mon exigence est de créer et de télécharger un fichier texte. comme ci-dessous.
void getData() {
List<int> bytes = utf8.encode('this is the text file');
print(bytes); // Need to download this with txt file.
}
Quelqu'un peut-il m'aider à y parvenir