Possible to Inject Functionality into YouTube Widget?

Is it possible to write a custom widget that uses the YouTube widget as the basis? Basically I would like to layer something on a widget without having to use an external YouTube player library.

The ideal would be I could use the Flutterflow YouTube widget to only show the full screen button and non of the other UI (ok maybe the play button in the middle when you tap it). The YouTube icon especially (which will take you outside my app and into the YouTube app if it is installed) is especially what I would like to eliminate. Does anyone see any way to do this?

Could I create a custom widget, instantiate the Flutterflow widget using code, and pass it an argument to hide elements of the UI?

2
1 reply