rain
rain

Reputation: 1

How does Flutter project integrate Android native

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

Upvotes: 0

Views: 90

Answers (1)

Sebastian Garzon
Sebastian Garzon

Reputation: 304

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

Upvotes: 0

Related Questions