My company is planning to make a "Camera Application" on Windows platform. To display camera livestream on the app, I need to call native 3rd SDK' functions that be written by C++. So I need to pass HWND(int) of the views that I want as a argument of SDK' function to perform action livestream
The question is "How do I get HWND of Flutter Widget" or "How do I host a native Window as a Widget"