-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#3513Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.
Description
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
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsRelatively approachable for first-time contributorsp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.