livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

[feature] update to connectivity_plus 6.x #502

Closed Arthurius closed 2 months ago

Arthurius commented 2 months ago

Is your feature request related to a problem? Please describe. I have a Networking package that requires connectivity_plus 6.0.2, but livekit still depends on version 5.x, so they are incompatible. I don't want to use override because there are breaking changes in the connectivity_plus package.

Describe the solution you'd like Please update so that livekit uses the latest connectivity_plus version

Describe alternatives you've considered I can downgrade my networking client, but that is not a proper solution

Additional context