-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the files as follows:
main.dart
minimal code sample
```dart
import 'package:flutter/material.dart';
import 'package…
-
This is related to #32082
Support of [EGL_EXT_protected_content](https://www.khronos.org/registry/EGL/extensions/EXT/EGL_EXT_protected_content.txt) and [GL_EXT_protected_textures](https://www.khronos…
-
### Is there an existing issue for this?
- [X] I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage)
- [X] I have read the…
-
### Steps to reproduce
I have a simple PageView widget which has two item(two page).
First page is a big video player view playing a butterfly.
Second page is a GridView widget which has four ite…
-
### Steps to reproduce
1. Run the [video_player](https://pub.dev/packages/video_player) example code
2. Click on play on the Bee video
3. Put the app in background while the video is playing
4.…
-
### Describe the feature you'd like
Is it not possible to get the code for srt subtitles to work like in libvlc
or mpch on windows pc ? if i want to outline the text in some parts of the video thi…
-
```
What steps will reproduce the problem?
1. Adding mkv file with ordered chapters with the op\ed (If i don't try to do
the op\ed it encodes fine)
What is the expected output? What do you see inste…
-
I'm building an app that opens two videos side by side and starts them both by clicking one button. Same code (see below) works differently on iOS and Android
![ezgif-7-856f9dce4e37](https://user-i…
-
```
What steps will reproduce the problem?
1. Adding mkv file with ordered chapters with the op\ed (If i don't try to do
the op\ed it encodes fine)
What is the expected output? What do you see inste…
-
The `video_player` plugin has difficulty ~looping~ loading video without artifact on iOS but works fine on Android. On iOS the first frame of video is black, and it shows black again on loop. Its as…