I am struggling on integrating webView2
with Flutter
. I have found packages that provide a solution, but I have trouble understanding how the webView2
is rendered and displayed in flutter native app
.
I completely understand that there is packages that has done the works, but I would like to ask some guide or tutorial so that I can implement/understand how the webView2
is merged with Flutter
App in the C++
code. I would appreciate a lot even if a useful tutorial/documentation is provided. Thank you.