-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[video_player_web] Remove stale package:web compatibility helpers #187430
Copy link
Copy link
Open
flutter/packages
#11820Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listfyi-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listfyi-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Use case
video_player_webstill declares compatibility helper setters fordisablePictureInPictureanddisableRemotePlaybackinpkg_web_tweaks.dart. These APIs are available directly frompackage:webstarting in version 1.0.0.The helper still needs to retain
controlsList, since that API is not exposed bypackage:webyet.Proposal
Update
video_player_webto requirepackage:web >=1.0.0 <2.0.0, remove the staledisablePictureInPictureanddisableRemotePlaybackhelper setters, and keep only thecontrolsListhelper.This is a small maintenance cleanup and should not change runtime behavior.