a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Apache License 2.0
130 stars 66 forks source link

In release mode in Flutter for web, we cannot call an event listener on a map marker #72

Closed corymalcolmtaylor closed 3 years ago

corymalcolmtaylor commented 4 years ago

Hi, Is this project still supported? I was trying to use it to target "Flutter for Web" and ran into a problem that I thought was due to something external to this package and related to the flutter build process but it got closed over there so I'll link it here just in case you want to have a look: https://github.com/flutter/flutter/issues/54026

a14n commented 4 years ago

Is this project still supported?

Yes :)

flutter/flutter#54026

It looks like an issue with Flutter Web or your code.

Thanks for pointing the issue.

corymalcolmtaylor commented 4 years ago

Interesting, I'd like to test a release build but without the tree-shaking, is there a way to turn off tree-shaking when building the app?

alanstyong71 commented 4 years ago

You can see my comments to the above issue.

a14n commented 3 years ago

Closing as google_maps_flutter is out.