Diego Tori
Diego Tori
As of version `1.7.3`, which I just published today, this PR may not be needed anymore. In other words, we now use a `LayoutBuilder` to build Chewie's player. As a...
I'm going to close this PR since this is no longer needed due to it being addressed in version `1.7.5`.
@DavidCarrilho just trying to understand what value this adds to the library? In other words, what is this PR trying to achieve that cannot be done currently with the library?
@amani27 this issue is squarely at the feet of `video_player`, since `chewie` is merely a UI wrapper around that library. Please raise an issue in the Flutter Github page.
@magno-castro Can you extract those lines into a method so that they can be called from multiple places (i.e. `dispose`), not just when toggling the next video? Thanks in advance.
@JibuVarghese please provide an example app that reproduces this issue. Thanks.
@Firooz-Smart, please keep in mind that `chewie` is merely a UI wrapper around `video_player`. Your beef is with the Flutter Team regarding this issue. Please raise an issue in the...
@PranavMasekar Looks good to me. I'll release it this weekend.
@cyberpwnn the latest version (`1.4.0`) doesn't use the removed colors or those removed methods. We ensure that the codebase doesn't use any deprecated methods, and if `3.10` introduced them, we...
@mdeimert this hack might also work (since `wakelock` doesn't touch any recent additions to the `win32` library): ``` dependency_overrides: win32: ^4.0.0 ```