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 problem #232

Closed
cnkygmr opened this issue Feb 16, 2024 · 4 comments
Closed

intl problem #232

cnkygmr opened this issue Feb 16, 2024 · 4 comments
Labels

Comments

@cnkygmr
Copy link

cnkygmr commented Feb 16, 2024

Because every version of video_trimmer from path depends on intl ^0.18.1 and xxx depends on intl ^0.19.0, video_trimmer from path is forbidden.
So, because xxx depends on video_trimmer from path, version solving failed.
@UtkuDalmaz
Copy link

Please update the package to support intl ^0.19.0 @sbis04

@Shvet
Copy link

Shvet commented May 21, 2024

You can temperory override dependecy till new update does not pushed to pub.

@YofarDev
Copy link

YofarDev commented May 28, 2024

in your pubspec.yaml you can add :

# temporary (until video_trimmer update)
dependency_overrides:
  intl: 0.19.0

@sbis04
Copy link
Owner

sbis04 commented Nov 29, 2024

Should be fixed in the latest version 4.0.1!

@sbis04 sbis04 closed this as completed Nov 29, 2024
@sbis04 sbis04 added the fixed label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants