Vonage-Community / sample-video-flutter-app

Apache License 2.0
5 stars 1 forks source link

Show each users in a seperate list in flutter #18

Open athulgrg opened 1 year ago

athulgrg commented 1 year ago

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

Untitled Diagram drawio(11)

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?