fluttercommunity / fluttercommunity/chewie
controller copyWith not effective in fullscreen
Open
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
I am changing the overlay when the video is playing. I added a listener to my controller and in it, I check the isPlaying property. If the video is playing, I change the overlay by updating the controller using the copyWith method (in a setState).
It works well when the video is not in fullscreen.
When in fullscreen, the overlay doesn't get changed, although isPlaying is true and the line where I update the controller gets executed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.