easy_localization
easy_localization copied to clipboard
intl 0.19.0 doesn't work with easy_localizaiton version 3.0.5
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
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.
Remove the package version number, and then pub get
it doesn't work.
How to reproduce bug :
- install package
easy_localization: ^3.0.5 - install package
awesome_notifications: ^0.9.3awesome_notificationsdepend onintl 0.19.0andeasy_localizationdepend onintl 0.18.0So, You can not install both package in a project.
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 :
- install package easy_localization: ^3.0.5
- 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: @.***>
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.
any updates on this?
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
I think this problem has been solved.
To solve this problem, you need to change the flutter channel to master and do an update.
Same problem.
updates?
Any update?