Skip to content

Commit

Permalink
version 8.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a14n committed Jul 6, 2024
1 parent efbf55c commit 2971261
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 8.0.0-dev.1

- migrate to wasm-safe JS-interop.

## migration guide:

- `GMap` should be rename to `Map`
- `toJS` and `toDart` are sometimes required on elements accepting/returning several types
- some services now return Future instead of having a callback function

# 7.1.0 (2024-02-21)

- migrate to package:web ^0.5.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: google_maps
version: 7.1.0
version: 8.0.0-dev.1
description: >
With that package you will be able to use Google Maps JavaScript API from Dart
scripts.
Expand Down

0 comments on commit 2971261

Please sign in to comment.