标签: flutter file storage
我上传了一张图片,它是一个 File 变量。
File
现在我想上传到云存储,但是需要filePath作为参数,我该如何保存这个文件,以路径方式?
答案 0 :(得分:0)
您的文件可能已经有了路径。 您可能希望在您的 .path 对象上使用 File getter。
.path
查看官方文档: https://api.flutter.dev/flutter/dart-io/File/path.html