Is it possible to use flutter_webrtc sdk and Face AR SDK on flutter?

Currently, we are coding on flutter using flutter_webrtc sdk to develop a webRTC application. We are aiming to develop face filters using Face AR SDK on webRTC videos. Is this possible? If it is how do we get this done? If it is not possible is there a different method using webRTC and Face AR SDK to develop face filters. Thank you for your time in advance.

Hello,

Flutter is somewhat limited in terms of functionality, what we usually recommend for clients is to use native integrations for each platofrm. For example we have the following two solutions for mobiles:

Android Integration with WebRTC
iOS Integration with WebRTC