fluttercommunity / fluttercommunity/chewie

Network video does not restart automatically after connection lost

Open
#571 0 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 network video is playing, if there’s a connection loss the Video will stop paying then errorBuilder will be executed. But when connection is back there’s no way to continue the video. I even tried to restart with

```
setState((){
_chewieController.videoController.initialize();
}
)
```
but the errorBuilder doesn’t disappear and the video doesn’t restart. How can I solve this ?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.