easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

intl 0.19.0 doesn't work with easy_localizaiton version 3.0.5

Open Oliver-Knight opened this issue 1 year ago • 12 comments

intl : 0.19.0 doesn't work with easy_localization because easy_localization depends on flutter_localization and flutter_localization need intl : 0.18.1 Please help me, I need to use intl : 0.19.0 for some reason in my project and I also want to use easy_localization too much

Oliver-Knight avatar Mar 17 '24 18:03 Oliver-Knight

I have the same problem. I'm using a package that depends on intl 0.19.0, or easy_localization depends on intl 0.18.0 I have a package conflict.

vuzzer avatar Mar 21 '24 21:03 vuzzer

Remove the package version number, and then pub get

3kdeveloper avatar Mar 22 '24 07:03 3kdeveloper

it doesn't work.

How to reproduce bug :

  1. install package easy_localization: ^3.0.5
  2. install package awesome_notifications: ^0.9.3 awesome_notifications depend on intl 0.19.0 and easy_localization depend on intl 0.18.0 So, You can not install both package in a project.

vuzzer avatar Mar 22 '24 13:03 vuzzer

Remove version number from the conflicted packages.

On Fri, 22 Mar 2024 at 6:09 PM, Bienvenu Parfait @.***> wrote:

it doesn't work.

How to reproduce bug :

  1. install package easy_localization: ^3.0.5
  2. install package awesome_notifications: ^0.9.3 awesome_notifications depend on intl 0.19.0 and easy_localization depend on intl 0.18.0 So, You can not install both package in a project.

— Reply to this email directly, view it on GitHub https://github.com/aissat/easy_localization/issues/655#issuecomment-2015070446, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASOCVFEG42BTBFPMO23AM43YZQUR5AVCNFSM6AAAAABE2M7Z3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJVGA3TANBUGY . You are receiving this because you commented.Message ID: @.***>

3kdeveloper avatar Mar 22 '24 13:03 3kdeveloper

Remove version number from the conflicted packages. On Fri, 22 Mar 2024 at 6:09 PM, Bienvenu Parfait @.> wrote: it doesn't work. How to reproduce bug : 1. install package easy_localization: ^3.0.5 2. install package awesome_notifications: ^0.9.3 awesome_notifications depend on intl 0.19.0 and easy_localization depend on intl 0.18.0 So, You can not install both package in a project. — Reply to this email directly, view it on GitHub <#655 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASOCVFEG42BTBFPMO23AM43YZQUR5AVCNFSM6AAAAABE2M7Z3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJVGA3TANBUGY . You are receiving this because you commented.Message ID: @.>

I have removed version of conflicted package, put any. But anything work.

vuzzer avatar Mar 22 '24 14:03 vuzzer

any updates on this?

ChoyCheeWei avatar Apr 02 '24 05:04 ChoyCheeWei

To solve this problem, I changed my flutter channel to master and upgraded.

flutter channel master
flutter upgrade

https://github.com/flutter/flutter/issues/139861#issuecomment-2016017856

vuzzer avatar Apr 02 '24 15:04 vuzzer

I think this problem has been solved. To solve this problem, you need to change the flutter channel to master and do an update.

vuzzer avatar Apr 02 '24 16:04 vuzzer

Same problem.

jesselpereira avatar Apr 22 '24 21:04 jesselpereira

updates?

ViktorKirjanov avatar May 11 '24 19:05 ViktorKirjanov

Any update?

Mistic92 avatar Sep 17 '24 10:09 Mistic92