Flutter firebase 应用程序连接对话框流时显示错误

There is a error shown when Flutter firebase app connect with dialog flow

因为 firebase_storage ^8.1.3 取决于 firebase_storage_web ^1.1.2firebase_storage_web ^1.1.2 又取决于 http ^0.13.0firebase_storage ^8.1.3 需要 http ^0.13.0. 并且由于 flutter_dialogflow >=0.1.3 依赖于 http ^0.12.0+2,所以 firebase_storage ^8.1.3 与 flutter_dialogflow >=0.1.3 不兼容。 所以,由于lily同时依赖flutter_dialogflow^0.1.3和firebase_storage^8.1.3,导致版本解析失败。 酒吧结束,退出代码 1

enter image description hereenter image description here

尝试从每个包中删除版本号并运行 flutter pub get 使包管理器解决此冲突并仅获取此包的兼容版本。