fluttercommunity / fluttercommunity/chewie

Controls not dismissed when unpausing programatically.

Open
#195 2 comments 0 reactions 0 assignees View on GitHub
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.

![bug-chewie](https://user-images.githubusercontent.com/12737509/64432878-af4d8400-d0bd-11e9-93e4-14e319838c03.gif)

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.