-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Open
flutter/packages
#9953Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: interactive_media_adsPlugin for IMA SDKPlugin for IMA SDKpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team
Description
Use case
A well known use case would be to use the data from the mentioned method to present to the user ad break segments in a video progress bar or display a message in advance to prepare them for an ad break.
For example, it could prove useful recreating the following ad segments in UI:

Proposal
Expose the Future<List<double>> getAdCuePoints()
method in AdsManager so the user is able to retrieve the ad cue points.
I see that the method is partially implemented on the dart side and the package is communicating with the native side as seen here. Unless I'm missing something, I would assume that this should be a fairly simple addition.
JvnSlvStanevPrime
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterp: interactive_media_adsPlugin for IMA SDKPlugin for IMA SDKpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-ecosystemOwned by Ecosystem teamOwned by Ecosystem teamtriaged-ecosystemTriaged by Ecosystem teamTriaged by Ecosystem team