How does Flutter project integrate Android native

65 Views Asked by At

My flutter project now needs to integrate the Android native openvidu live interaction function, but I can only find the integrated flutter in the native project in the official document. What should I do

1

There are 1 best solutions below

0
Sebastian Garzon On

You need to create a flutter plugin to communicate from flutter to android native. You can check this doc https://docs.flutter.dev/development/packages-and-plugins/developing-packages