Marian Theisen

Results 5 comments of Marian Theisen

any updates on this? any workarounds? at the moment we are not able to use tslint in codeclimate at all...

> Fixed it by encoding the url before passing it to the player > > ``` > final encodedURL = Uri.encodeFull(url); > await player.play(UrlSource(encodedURL)); > ``` > > Maybe the...