Sandro Lovnički

Results 75 comments of Sandro Lovnički

@Lorenzohidalgo Yeah, it might be best if we don't do the full transition to `Uri` yet. Let's complete your `constructUri` proposal and maybe we can discuss the transition to `Uri`...

Hey @tomasweigenast :wave: Thanks for creating an issue. Can you provide a small code sample that reproduces this bug?

```dart videoPlayerOptions: VideoPlayerOptions(mixWithOthers: true), ``` works for me also. Thanks @NANI-SORE

Here's a complete workaround `Widget` without using `dart:html`. It might have a small glitch on exiting the full screen (because of re-initialization and seeking), but is acceptable for now. ```dart...

@isoos @jonasfj How's this progressing? I found this PR because I needed exactly this feature.