In flutter is it possible to show an upload progress of a file?

前端 未结 0 779
南旧
南旧 2020-11-28 11:48
import \'package:http/http.dart\' as http;

int _total = 0, _received = 0;
http.StreamedResponse _response;
File _image;
List _bytes = [];

Future

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题