flutter_js
flutter_js copied to clipboard
Issue on iOS Pointer (Pointer<NativeType>: address=0xa)
Hello, I integrated the library in Android without problems, but on iOS I always receive this in the rawResult:
Pointer (Pointer<NativeType>: address=0xa)
This causes different behaviors from Android, when I have no issues.
For example, even proceeding (after all the correct initializations):
jsRuntime.evaluate("""var test = "Test";""");
jsRuntime.evaluate("""console.log(typeof test);""");
It gets me that the value of test is undefined.
How should I proceed?
I have the same issue. Did you find a solution?
@abner If possible, could you suggest a fix? More than happy to work on this to create a PR but would appreciate any help in understanding the issue