Diego Tori
Diego Tori
@ivanh12 Can you create a reproducible code sample so that I can better diagnose this issue? Thanks in advance.
@gbminnock have you tried returning `Container` when the position doesn't equal zero?
In other words, if the builder gets called every time the position changes, then you should be able to send back an empty `Container` when it's greater than zero.
Sorry, I misspoke. `ChewieController` has a `copyWith` method that should allow you to update the Overlay Widget when that event occurs, then merely call `setState()` to rebuild the Widget.
@AhmadFalahian please provide a reproducible example project so that I may review and better diagnose this issue. Thanks.
@callmejm Thank you for bringing this to our attention. Please create a example project with this code and submit the link here. That way, myself or @maherjaafar can better assist...
@KuldeepAIP please create a example app that demonstrates this issue. Thanks in advance.
@KuldeepAIP either way, please create an example project that re-creates this issue, so that I can further investigate.
@ArpanaSwarnkar from the looks of it, this issue definitely affects `video_player`, since `chewie` is merely a Flutter UI Layer wrapper around `video_player`. Please file an issue with the Flutter Team,...
@pavanjoshi914 can you provide a example project that reproduces this error? Thanks in advance. Also, make sure that there's a `Scaffold` above your Chewie widget.