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
Asked
Active
Viewed 32 times
1 Answers
0
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

Sebastian Garzon
- 134
- 1
- 3