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

Make code compatible with Trusted Types. #117

Closed vrana closed 1 year ago

vrana commented 1 year ago

We want to enforce Trusted Types in Dart tests and this change prepares for that. It also makes the code provably safe.