Eu sou novo no Flutter e trabalho em um aplicativo Web do flutter. Meu requisito é criar e baixar um arquivo de texto. como abaixo. void getData() { List<int> bytes = utf8.encode('this is the text file'); print(bytes); // Need to download this with txt file. } Alguém pode me ajudar a...