How to change agora rtc video chat layout in flutter?

804 views Asked by At

i'm trying to a make a video calling app using agora rtc and flutter, and i want to change it's layout from the split screen for both the dialer and the receiver to look more like Facetime, Whatsapp and or facebook video chat, how do i do that?

1

There are 1 answers

1
Laxmikanth Madhyastha On BEST ANSWER

You can use the Stack widget to place the Caller and Receiver view on top of each other along with the size specified for both the view.

If you want to move the view and place it some other side then you can wrap the above two widget inside Draggable and DragTarget widget.

If you want to expand or View in full screen one of the view then wrap the widgets with GestureDetectorwidget and on tap change the view