a14n / dart-google-maps

A library to use Google Maps JavaScript API v3 from Dart scripts.
Other
125 stars 63 forks source link

Support package:web ^0.5.0 #123

Closed navaronbracke closed 4 months ago

navaronbracke commented 4 months ago

This PR updates google_maps to support the new release of package:web

See https://github.com/dart-lang/web/blob/main/CHANGELOG.md#050

Currently, the API needs to be standards-track, and be supported by Safari, Chrome, and Firefox.

Context: https://github.com/flutter/packages/pull/5254#discussion_r1495188143

kevmoo commented 4 months ago

Need a changelog, too?

navaronbracke commented 4 months ago

Need a changelog, too?

Ah, right. I'll add one entry.

a14n commented 4 months ago

Thanks!

a14n commented 4 months ago

7.1.0 is now published