Flutter web 如何使用相机获取图像并上传到 firebase 存储

Flutter web how to get image using camera and upload to firebase storage

我想知道如何在 flutter web 中使用相机(不是画廊)获取图像。目前我正在使用 image_picker 包,但我无法将图像作为文件获取。那个包returnNetworkImage。我也尝试使用 image_picker_web。在那个包中,我可以获得 html.file,但我无法使用相机获取它。有解决办法吗?

让我们摇滚哥们....

查看这些资源,它似乎与您的场景非常相似;

  1. https://github.com/flutter/photobooth
  2. https://medium.com/flutter/how-its-made-i-o-photo-booth-3b8355d35883

尝试从这些开源项目中获取知识和学习。如果这有助于解决问题或与我们分享您是如何解决问题的,请回复。