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

Upgrade the package to use the latest version of "intl" #121

Closed
wasilni2022 opened this issue May 15, 2024 · 8 comments
Closed

Upgrade the package to use the latest version of "intl" #121

wasilni2022 opened this issue May 15, 2024 · 8 comments

Comments

@wasilni2022
Copy link

Hello, since Flutter has been upgraded and Dart has also been upgraded to 3.4.0, the package must now use intl 0.19.0 or above, because the old version prevents the project from using the benefits of the new Flutter enhancements and features.

@arabnology
Copy link

Yes, we need that update ASAP, the whole project stopped and we can't even run pub get any more because it is said:

Flutter pinned to intl 0.19.0 but flutter_translate 4.0.4 pinned to 0.18.0, pub get failed.

Please update the package ASAP.

@wasilni2022
Copy link
Author

Any updates ? is the developer of this package still active ?

@bratan
Copy link
Member

bratan commented May 16, 2024

@wasilni2022 @arabnology - Feel free to submit a PR.

@wasilni2022
Copy link
Author

@wasilni2022 @arabnology - Feel free to submit a PR.

Please, are you planning to continue updating this package or should we use another? because we are waiting for your updates as soon as you can! It prevents us from using the latest version of Flutter and its features as well.

@FetFrumos
Copy link

try adding it to your pubspec

dependency_overrides:
  intl: 0.19.0

it is working for me

@wasilni2022
Copy link
Author

try adding it to your pubspec

dependency_overrides:
  intl: 0.19.0

it is working for me

Where?
In the project pubspec or in the package pubspec?

If in the project, I already did this, but when I run "pub get packages", I got this error message: "flutter_translate depand on intl 0.18.0 but flutter depand on intl 0.19.0"

@arabnology
Copy link

arabnology commented May 25, 2024

add like this

dependencies:
  ...
dev_dependencies:
   ...
dependency_overrides:
  intl: ^0.19.0

I submitted a pretty big PR (the package had no test cases we wrote test cases for the whole package) in order for flutter translate to support lists in your json along with maps, the maintainer said they do not have time. They were even to introduce breaking changes in to v5.0 with more features. reach out to **** we may look into maintaining it

Worked, thank you.

@bratan
Copy link
Member

bratan commented May 28, 2024

All packages are now upgraded in version 4.1.0

@bratan bratan closed this as completed May 28, 2024
@Jesway Jesway deleted a comment from Judimax May 28, 2024
@Jesway Jesway deleted a comment from Judimax May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants