100mslive / 100ms-flutter

Flutter Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
140 stars 70 forks source link

🐛 intl version mismatch #1781

Closed sambitraze closed 1 month ago

sambitraze commented 4 months ago

Description

i am using intl, flutter localization and hms_room_kiit in my flutter project but I getting the following issue

Because flutter_localization 0.2.0 depends on flutter_localizations from sdk which depends on intl 0.19.0, flutter_localization 0.2.0 requires intl 0.19.0. And because hms_room_kit >=1.0.9 depends on intl ^0.18.0, flutter_localization 0.2.0 is incompatible with hms_room_kit >=1.0.9. So, because winhealth depends on both flutter_localization 0.2.0 and hms_room_kit ^1.1.2, version solving failed.

100ms Flutter Version

hms_room_kit: ^1.1.2

Steps to reproduce

use

flutter_localization: 0.2.0 hms_room_kit: ^1.1.2 intl:

Expected results

good build

Code example, screenshot, or link to a repository

Code sample ```dart ``` ### Logs
Logs ```console ```
### Flutter Doctor output
Doctor output ```console ```
github-actions[bot] commented 4 months ago

Hello! Thank you for filing an issue.

Please include relevant logs or detailed description for faster resolutions.

We really appreciate your contribution!

Decoder07 commented 4 months ago

Hi @sambitraze can you try lowering flutter_localization to a version which depends on intl: 0.18.0 .

sambitraze commented 4 months ago

I cant bump down the version as many other packages which we are using in the app are relying on 1.19.0 intl, can you please ask the team to update intl version on the packages under 100ms-flutter @Decoder07

Decoder07 commented 3 months ago

@sambitraze we will have to increase the minimum version for hmssdk_flutter to 3.0.0 for this change. Let me discuss this internally once.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

AmirAhmedDarrag commented 2 months ago

This issue still exists there and no actions have been taken until yet!!!!

Decoder07 commented 2 months ago

Hi @AmirAhmedDarrag this will get resolved in the upcoming release.

AmirAhmedDarrag commented 2 months ago

Hi when is the upcoming release @Decoder07 i have a demo after one week

Decoder07 commented 2 months ago

@AmirAhmedDarrag @sambitraze Can you try with hms_room_kit version 1.1.5, we have updated the intl version.