我正在为Flutter应用程序设置集成测试,但在将它们连接到Firestore仿真器实例时遇到了问题。下面是我的代码:import 'package:flutter_test/flutter_test.dartERROR: MissingPluginException(No implementation found for method Firestore#settings on
我正在编写一个flutter应用程序,当我在浏览器中写入此URL文件下载时,我想在其中从URL下载文件我尝试了dio和path provider,但没有任何结果,它显示文件已下载,但我在本地存储中找不到它这是我的方法
var dir=await getApplicationDocumentsDirectory