Skip to content

Conversation

@navaronbracke
Copy link
Contributor

@navaronbracke navaronbracke commented Feb 21, 2024

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

  • update package:web/helpers.dart import to package:web/web.dart
  • document.querySelector() instead of the deprecated querySelector()
  • since 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

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

Context: flutter/packages#5254 (comment)

@kevmoo
Copy link

kevmoo commented Feb 21, 2024

Need a changelog, too?

@navaronbracke
Copy link
Contributor Author

Need a changelog, too?

Ah, right. I'll add one entry.

@a14n a14n merged commit 68490bc into a14n:master Feb 21, 2024
@a14n
Copy link
Owner

a14n commented Feb 21, 2024

Thanks!

@a14n
Copy link
Owner

a14n commented Feb 21, 2024

7.1.0 is now published

@navaronbracke navaronbracke deleted the pkg_web_050 branch February 21, 2024 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants