我正在尝试上传一个UInt8List格式的图像到firebase存储。我用的是"StorageReference.putData“。我一直收到这个错误,说putFile没有定义。我已经更新了所有最新的firebase包,但仍然没有成功。在Flutter Web上putData是不可能的吗?错误: Error: MissingPluginException(No implementation found for method StorageReference#putData on channelp
我正在尝试上传图像到Firebase存储,然后将用户配置文件保存到数据库中。但是看起来storageRef.putData方法并没有被执行,"in put data closure“从来没有打印出来。(打印“uploadProfileImage called”。)这是在Auth.auth().createUser闭包中调用的函数。return }
metaData.contentType = "image/jpg"