Y-ndm
Y-ndm
Is the "Namespace" issue will be fixed any time soon. I can't upgrade nor run my android project.
Put this code in your video player widget. ```dart @override void didChangeDependencies() { super.didChangeDependencies(); if (ModalRoute.of(context)!.isCurrent == false) { playerController.pause(); } } ```
Hey guys make sure to organize your code like this. By adding your code inside the code brackets `(```)`. And add `dart` after the 3 brackets to make sure it...
I agree with this. @befovy this should be merged in the next release.
@befovy This is something we are experiencing too.. In our case it pauses a WebView that's playing audio.
I'm facing this issue also when initialising a video controller, even when it is not started yet. Just the fact that a video is initialised (while still paused) would pause...
@sarbagyastha this needs to be fixed ASAP.
```dart shouldRefresh: (_) { print("SHOULD REFRESH TOKEN?"); if (token == null || token == '') { print("SHOULD REFRESH TOKEN? 2"); return true; } else { if (JwtDecoder.isExpired(token ?? '')) {...
> ```dart > shouldRefresh: (_) { > print("SHOULD REFRESH TOKEN?"); > if (token == null || token == '') { > print("SHOULD REFRESH TOKEN? 2"); > return true; > }...
Still waiting for this to be merged and for the package to be updated on pub.dev