Closed navaronbracke closed 9 months ago
This PR updates google_maps to support the new release of package:web
package:web/helpers.dart
package:web/web.dart
document.querySelector()
querySelector()
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
Need a changelog, too?
Ah, right. I'll add one entry.
Thanks!
7.1.0 is now published
This PR updates google_maps to support the new release of package:web
package:web/helpers.dart
import topackage:web/web.dart
document.querySelector()
instead of the deprecatedquerySelector()
package:web
no longer exports bindings for non-standard API's, I've opted to patch it with an extension type, which required a bump to Dart 3.3.See https://github.com/dart-lang/web/blob/main/CHANGELOG.md#050
Context: https://github.com/flutter/packages/pull/5254#discussion_r1495188143