我正在尝试为我的应用程序进行集成测试。当我尝试将 integration_test 依赖项添加到我的 pubspec.yaml 时,出现此错误:
因为没有任何版本的 uuid 匹配 >2.2.2 <3.0.0 并且 uuid 2.2.2 依赖于加密 ^2.0.0,所以 uuid ^2.2.2 需要加密 ^2.0.0。并且因为每个版本的 integration_test 都依赖于来自 sdk 的 flutter_driver any,它依赖于 crypto 3.0.1,uuid ^2.2.2 与 integration_test 不兼容。所以,因为 flutter_firebase_login 依赖于 integration_test ^1.0.2+3 和 uuid ^2.2.2,所以版本求解失败。pub get failed (1; 所以,因为 flutter_firebase_login 依赖于 integration_test ^1.0.2+3 和 uuid ^2.2.2,版本求解失败。)
接下来我应该怎么做才能解决这个错误?