Ahmad FB
Ahmad FB
Same issue here
> ```dart > player.setUrl(url); > if (Platform.isIOS) { > length = await player.getDuration(); > } else { > final duration = await player.onDurationChanged.first; > length = duration.inMilliseconds; > } >...
Will everything works fine if I use the v2 or do I need to make some changes
Same Issue here
Is there a workaround for this for now? I don't want the player to auto play to next one in the playlist.