-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
Why you guys didnt updae video_player dependency to 2.0.0 #568
Comments
It all depends on the version and dependencies you have. It's not as simple as 'just update to the latest'. We actually don't depend on video_player directly, but via chewie and chewie_audio. |
So the only way to solve this currently is to build our own UI/Wrapper for Videos? As far as I could see better_player has a similar problem. |
Recently updated to 2.0 flutter and old version chiewie is not working on app so upgrade to latest.. And now this flutter_html plugin is not working... It needs old chiewie version... 2.0 needs later version flutter_html need old version 😆 what to do |
Have you tried using |
We will upgrade too, for sure. And even better, we really want to modularize such that a single dependency cannot break app integrations so easily. But that's a chunk more work. |
The new versions of all of these will come with the nullsafety migration. Currently it hasn't been merged a) because it needs a review and more importantly b) chewie_audio is not migrated yet. Be careful with dependency overrides to forcibly upgrade dependencies as many libraries have breaking changes. However as @daohoangson suggested try downgrading and see if it works out. |
Because app depends on flutter_html ^1.3.0 which depends on video_player ^1.0.1, video_player ^1.0.1 is required.
I have chewie too it needs vide_player 2.0.0
so why flutter _html is not updated and stucked into video_player 1.0.1
The text was updated successfully, but these errors were encountered: