Use case
Video is not loading if there is space between the URI
if we have something like this https://flutter.github.io/assets for api docs/assets/videos/bee.mp4 the video won't load unless you parse it with Uri.parse()
Proposal
Change the VideoController.network() datasource from String to Uri