You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: