ljmatan
ljmatan
I try to display a circular progress indicator whenever the player is buffering. If I use `_videoPlayerController.value.isBuffering` then it returns true even if the video is playing. If I use...
Video player is not working. When I try to open it it results in this exception ``` I/art (32290): Rejecting re-init on previously-failed class java.lang.Class I/art (32290): Rejecting re-init on...
If [YAML anchors or aliases](https://yaml.org/spec/1.0/#id2563853) are introduced to a `.yaml` file, they won't be parsed when using the `loadYaml` method. Instead, `null` will be displayed. Example: ```dart import 'package:yaml/yaml.dart'; void...