flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[FEATURE]

Open wuhangandroid opened this issue 3 years ago • 3 comments

Describe your feature request

When the chewiecontroller in videorender is created, many properties have default values. These properties are final and cannot be modified in the oncontrollercreated callback. It is recommended to pass it in when videorender is created and pass it to the chewiecontroller property value

Additional context

flutter_html: ^3.0.0-alpha.3
flutter_html_video: ^3.0.0-alpha.3

customRenders: { videoMatcher(): videoRender( onControllerCreated: (element, cController, videoPlayerController) { }), },

wuhangandroid avatar May 17 '22 09:05 wuhangandroid

So what you request is that we allow you to supply all these potential parameters into the video tag render?

erickok avatar May 19 '22 08:05 erickok

Yes, such as prohibiting full screen and option text

wuhangandroid avatar May 19 '22 10:05 wuhangandroid

I think now that (in 3.0) it is modularized we could add these as (optional) parameter to the videorender() method.

erickok avatar May 19 '22 14:05 erickok