Ahmad FB

Results 5 comments of Ahmad FB

> ```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

Is there a workaround for this for now? I don't want the player to auto play to next one in the playlist.