I am trying to implement an UI as shown in Flutter.

The video player view is the Subscribers view. It corresponds to the active subscribers in the session. This view is provided by the native SDK.
The SDK is implemented in Native android and the Subscriber view(which is provided by the SDK) is needed to be shown in the UI as shown. How can i go about achieving this? How can i create a separate view for each subscriber item and display it in flutter?
I am trying to implement an UI as shown in Flutter.
The video player view is the Subscribers view. It corresponds to the active subscribers in the session. This view is provided by the native SDK.
The SDK is implemented in Native android and the Subscriber view(which is provided by the SDK) is needed to be shown in the UI as shown. How can i go about achieving this? How can i create a separate view for each subscriber item and display it in flutter?