1

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"

IT DEV
  • 11
  • 2

1 Answers1

0

There is already an open issue for this #31713. You can try flutter_native_view if that works for you

Kunchok Tashi
  • 2,413
  • 1
  • 22
  • 30