Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intl 0.19.0 doesn't work with easy_localizaiton version 3.0.5 #655

Open
Oliver-Knight opened this issue Mar 17, 2024 · 10 comments
Open

intl 0.19.0 doesn't work with easy_localizaiton version 3.0.5 #655

Oliver-Knight opened this issue Mar 17, 2024 · 10 comments
Labels
good first issue Good for newcomers

Comments

@Oliver-Knight
Copy link

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

@vuzzer
Copy link

vuzzer commented Mar 21, 2024

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.

@3kdeveloper
Copy link

Remove the package version number, and then pub get

@vuzzer
Copy link

vuzzer commented Mar 22, 2024

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.

@3kdeveloper
Copy link

3kdeveloper commented Mar 22, 2024 via email

@vuzzer
Copy link

vuzzer commented Mar 22, 2024

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.

@ChoyCheeWei
Copy link

any updates on this?

@vuzzer
Copy link

vuzzer commented Apr 2, 2024

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

flutter channel master
flutter upgrade

flutter/flutter#139861 (comment)

@vuzzer
Copy link

vuzzer commented Apr 2, 2024

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

@jesselpereira
Copy link

Same problem.

@bw-flagship bw-flagship added the good first issue Good for newcomers label May 3, 2024
@ViktorKirjanov
Copy link

updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

7 participants