我用的是颤音网。我正在尝试使用image_picker上传一个图像,并将其存储在防火墙存储中。image_picker返回PickedFile类型。$now"); //Upload the file to firebasetaskSnapshot = await uploadTask.onComplete;
/&
我找到了两种从火柴存储中获取图像的方法。当将图像保存到存储中时,将该图像路径存储到防火墙中,当获取图像时,请使用该图像路径并调用FirebaseStorage实例。// In this case, get & post imagePath info String through firebasefirestore
Fireba
我有下面的代码,我从firebase存储中获取一个镜像作为一个Image。现在,我希望将此图像存储在我的CachedNetworkImage中,这样我就不必每次都从DB中获取它。既然cachednetworkimage需要一个URL,而我正在获取一个Image,我该如何使用cachednetworkimage呢?这是我的代码; final F