Closed Rexios80 closed 4 months ago
Not sure where this comes from but could you try 0f57b7d99ed9652a31cd60a5dd4f3c6cb6b9f31a ?
You are a genius! I'm not sure why I didn't think of that since I had the exact same issue with event.trigger
. It must have something to do with Dart not distinguishing between JS undefined
and null
.
@Rexios80 It seems like your API key is exposed in the code. It would be better to hide it.
@0hsoyeop thanks for looking out but I believe that's Google's API key and it's in their repo
I get this when running the following command in
packages/google_maps_flutter/google_maps_flutter_web/example
:This is the repo: https://github.com/Rexios80/packages_flutter
Branch:
google-maps-package-web-migration
It kind of seems like the issue isn't with the function getter itself but something else. Maybe an initialization issue? But I'm not sure what because the test runs fine on the
main
branch. Also this is the only getter with an issue.