-
# Bug
As you can see from the script, ads on iOS only, will be reproduced with audio ignoring `muted` or `volume` props.
In Android this doesn't happen.
```tsx
```
## Platform
* iOS
#…
-
## Plugin Version
3.0.0
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update `main.dart` files as follows:
```
import 'package:flutter/material.dart';
import 'package:google_mobi…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Hello, i am really happy about this function, it is really what I was looking for, the problems is when i am going to compile, i receive this error:
Compiling .pioenvs/00-esp8285-batt-test/src/esph…
-
### ExoPlayer Version
2.18.3
### Devices that reproduce the issue
All Android Device.
### Devices that do not reproduce the issue
All Supported Version
### Reproducible in the demo app?
Yes
##…
-
`azure-keyvault-administration` [tests](https://dev.azure.com/azure-sdk/public/_build/results?buildId=2610713&view=ms.vss-test-web.build-test-results-tab&runId=39717417&resultId=100034&paneView=debug)…
-
The following error occurred when displaying the video playback screen with androidUseMediaKit set to true.
When this error occurs, the video cannot be played.
Is there anything I can do?
###…
-
Upgrading to 2.1.10 broke my otherwise stable web implementation of video_player. Nothing particularly special in my code...I should note that the existence of Switcher/InViewNotifierWidget doesn't i…
-
I just simply modify the code in video_player example, when the current position is more than 10 seconds just seek it to 0, and play it again;
```
_controller.value.isPlaying
? _c…
-
To really make the demo pop, it would be nice to show the currently playing track or podcast episode. This would include the play/pause button, shuffle, repeat, prev/next, and the progress bar.
We…