Skip to content

[bug] Dependency version conflict between retrofit_generator & livekit_clientΒ #948

@mahadydev

Description

@mahadydev

Describe the bug

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.

Platform information

Flutter version: 3.38.4
Plugin version: retrofit_generator 10.2.0, livekit_client 2.6.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions