Behzad A. Alinejad

Results 2 issues of Behzad A. Alinejad

I have to communicate with a js code with lots of files and classes . the problem is that when I run runtime.evaluate("""${jsFile}myFunction()"""); the other classes can not be imported...

I have converted a simple C++ code with a sum function to a sum.wasm file. can I use the sum function in flutter android app using webview_flutter_plus ?