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

Compatibility with intl 0.19.0 #244

Open
MyPeaks opened this issue Jul 8, 2024 · 3 comments
Open

Compatibility with intl 0.19.0 #244

MyPeaks opened this issue Jul 8, 2024 · 3 comments

Comments

@MyPeaks
Copy link

MyPeaks commented Jul 8, 2024

I hope you're all doing well. I am currently working on a Flutter project and have run into a dependency conflict that I need some help with.

My project depends on the flutter_localizations package, which in turn requires the intl package version 0.19.0. However, I am also using the video_trimmer package, which currently depends on intl version 0.18.1. This discrepancy is causing version solving issues and preventing my project from building successfully.

Here's a brief overview of the problem:

flutter_localizations requires intl 0.19.0.
video_trimmer depends on intl 0.18.1.
This conflict results in a version solving error.
I was wondering if it would be possible for the maintainers of the video_trimmer package to update the dependency to be compatible with intl 0.19.0. This change would help many developers like me who rely on both flutter_localizations and video_trimmer in their projects.

@woueziou
Copy link

Hello!!!!! Hope you're doing well.. Same error.
Please Did you get some workaround?

@woueziou
Copy link

Update!. issue can be resolved following this link:
#232 (comment)

@Kasun-thilina
Copy link

Kasun-thilina commented Oct 16, 2024

created a separate library with upgraded dependencies

https://pub.dev/packages/flutter_video_trimmer

flutter_video_trimmer: ^3.0.3

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

3 participants