fluttercommunity / fluttercommunity/chewie
Controls not dismissed when unpausing programatically.
- Dominant language
- Dart
- Stars
- 2.1k
- Forks
- 1.1k
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 6
Description
When we pause the video by tapping it. The controllers appear.
When calling programmatically
```
chewieController.play()
```
The controllers don't get dismissed.
Demo:
1. Clicked on pause
2. Scrolled down and up again which causes a chewieController.play() if within some boundaries.
3. The video plays again but the controls and overlay don't get dismissed.

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the chewieController.play() entry point used after scrolling and compare it with the pause-by-tap path shown in the reproduction steps. Verify the behavior with the provided demo scenario; done means programmatic playback resumes while the controls and overlay are dismissed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100