这是将图像保存在android路径中,例如'/ storage / emulated / 0 / Android / data /,但我想保存在文件夹中。
File _image;
Future getImage() async {
var image = await ImagePicker.pickImage(source: ImageSource.camera);
setState(() {
_image = image;
});
}
答案 0 :(得分:0)
如果要(在图库中)选择要保存图像的位置,请使用ImageSource.gallery