You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency version conflict between retrofit_generator 10.2.0 (requiring protobuf ^5.0.0) and livekit_client 2.6.0 (requiring protobuf ^4.2.0), causing flutter pub get to fail with "version solving failed."
To Reproduce
Add retrofit_generator: 10.2.0 and livekit_client: 2.6.0 to [pubspec.yaml] dependencies.
Run flutter pub get.
Observe the error: "Because depends on both livekit_client 2.6.0 and retrofit_generator 10.2.0, version solving failed."
Expected behavior
Dependencies should resolve successfully without conflicts, allowing the project to build.