Vince

Results 8 issues of Vince

**Flutter Version** My version : stable 2.5.0 **Lib Version** My version : ^3.0.3+6 Platform : iOS 14.4, iOS 14.8 **Describe the bug** PlayerBuilder.isBuffering listener is always true, workd ok on...

bug

How do you access the parsed child in customRenders?

question
custom rendering

Support setting the progress by frame and playing segments. I think the following should be available: ``` setProgressWithFrame(frame) playFromFrame(startFrame, endFrame) ```

The search logs show that the plugin is making multiple DELETE requestd for the same articles ID, seems on a 5 min interval. These sometimes take 7 seconds to respond...

enhancement

It would be nice to be able to exclude a relationship which you know is going to return a lot of unneeded data at the default depth.

Is there an upgrade guide for breaking changes between versions?

Hi, In v2, i could use customRender on `li` and get the marker like this `Text((extensionContext.style.markerContent as Text).data!,`. what is the alternative in v3? ``` extensions: [ TagExtension( tagsToExtend: {"li"},...

question

Strange issue for me ` final media = await Media.memory(widget.message.videoData!); await player.open( media, play: false, ); ` using media from memory. First click of play button i get black video...