-
Notifications
You must be signed in to change notification settings - Fork 45
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
Duplicate classes when compiling #68
Comments
Hi @zeroregard . Try to set your better_player version to the one that I use in my library - |
@zeroregard did it help? |
For me, pinning
After that, the app compiled successfully. Any reason this library depends on both |
Only pinning better_player does not work, but ndahlquist's solution does.
|
@kawa89 I think video_player dependency is not used and can be removed? |
Hello! I have duplicate classes error with latest versions of video_player (2.3.0) in tweet_ui (3.0.1) after upgrading flutter to 2.10 and upgrading dependencies in my project:
How I can fix that? |
@prilepskiy Did you try a workaround from this command? #68 (comment) |
Also soon, we should get rid of better_player (in this #78 issue when we gonna introduce web support). |
@prilepskiy Could you try on the newest version - 4.0.0? |
Describe the bug
When I import tweet_ui in pubspec.yaml and do 'flutter run', I see this error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
App compiles and runs
Smartphone (please complete the following information):
Additional context
Looks like this is a matter of the Android version or even just the phone. Any pointers on what's wrong would be great, I'm assuming we're colliding with another library but it's hard for me to see which.
The text was updated successfully, but these errors were encountered: