client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

chore: update deps

Open rokk4 opened this issue 2 years ago • 2 comments

The deps are getting a little bit out of date, so I updated them. Test and example App work fine. This includes WebRTC 0.9.0. For example I am seeing some problems like this: Because every version of livekit_client from git depends on device_info_plus ^3.2.3 which depends on device_info_plus_windows ^2.1.1, every version of livekit_client from git requires device_info_plus_windows ^2.1.1. And because device_info_plus_windows >=1.0.0-nullsafety.0 <3.0.0 depends on ffi ^1.0.0, every version of livekit_client from git requires ffi ^1.0.0. And because file_picker >=5.0.0 depends on win32 ^2.7.0 which depends on ffi ^2.0.0, livekit_client from git is incompatible with file_picker >=5.0.0. l

rokk4 avatar Jul 27 '22 13:07 rokk4

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Matthias Axel Kröll seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jul 27 '22 13:07 CLAassistant

@rokk4 Thank you for your PR, but before that we decided to downgrade some dep settings to ensure that we can cover flutter 2.8.x+, which supports flutter versions within half a year

cloudwebrtc avatar Jul 27 '22 15:07 cloudwebrtc