Use case
video_player_web still declares compatibility helper setters for disablePictureInPicture and disableRemotePlayback in pkg_web_tweaks.dart. These APIs are available directly from package:web starting in version 1.0.0.
The helper still needs to retain controlsList, since that API is not exposed by package:web yet.
Proposal
Update video_player_web to require package:web >=1.0.0 <2.0.0, remove the stale disablePictureInPicture and disableRemotePlayback helper setters, and keep only the controlsList helper.
This is a small maintenance cleanup and should not change runtime behavior.
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.