我正在使用Dio进行HTTP请求 var response = final responseBodytype '_InternalLinkedHashMap<String, dynamic>' is not a subtype of type 'String'
奇怪的是,当我将Dio替换为http.get
我正在尝试下载多个文件使用dio软件包。从这个中,我发现可以使用future.wait来完成这个任务,尽管我能够同时更新多个文件,但不能更新数据库。下面是下载代码片段 final dio = Dio();final path = await getLocalFilePath(attachment);
var downloadRequest = dio.downlo