Jestem nowy w Flutter i pracuję w aplikacji Flutter. Moim wymaganiem jest utworzenie i pobranie pliku tekstowego. jak poniżej.
void getData() {
List<int> bytes = utf8.encode('this is the text file');
print(bytes); // Need to download this with txt file.
}
Czy ktoś może mi pomóc to osiągnąć