- improve analysis score
- fix issue with return types of type
List<String>
orList<num>
. This fixes Exception on GeocoderAddressComponent|get#types #138. - re-generate against v3.58 docs
- improve pub score
- promote last dev release as 8.0.0
- allow package:web: ">=0.5.1 <2.0.0"
- allow package:web ^1.0.0
- some minor changes
- migrate to wasm-safe JS-interop.
GMap
should be rename toMap
toJS
andtoDart
are sometimes required on elements accepting/returning several types- some services now return Future instead of having a callback function
- migrate to package:web ^0.5.0
- requires dart >= 3.3.0
- promote 7.0.0-beta.1
- Add
importLibrary
to allow Dynamic Library Import.
- Update API according to v3.49 js API reference.
- Update API according to v3.48 js API reference.
- Small breaking change :
PlacePhoto.url
must be replaced byPlacePhoto.getUrl()
becausegetUrl
now accepts an optionalPhotoOptions
parameter.
- Update API according to v3.47 js API reference.
- Fix issues with callback function taking list as parameters(see #106:List is not List<QueryAutocompletePrediction?>? in getQueryPredictions()).
- Fix issue using enum in closure (see #105: Error with DirectionsService)
- Fix issue using fields of type Function (see #103: map.projection.fromLatLngToPoint not correctly bound)
- Make the following getters non-null:
LatLng.lat
LatLng.lng
LatLngBounds.northEast
LatLngBounds.southWest
- Add a missing file
- Migrate to null-safety. As the google maps documentation does not provide information about nullability everything has been migrated as nullable.
- Migrate from
dart:js
topackage:js
.
- Add
AutocompletionRequest.origin
andAutocompletionRequest.sessionToken
.
- Fix issue with
MVCArray.onRemoveAt
andMVCArray.onRemoveAt
.
- Potentially breaking changes: the following function can now be set directly without dealing with JsObject
ImageMapType.getTile
ImageMapTypeOptions.getTileUrl
MapType.getTile
Projection.fromLatLngToPoint
andProjection.fromPointToLatLng
StyledMapType.getTile
OverlayView.draw
,OverlayView.onAdd
, andOverlayView.onRemove
- Fix
StreetViewService.getPanorama
to follow the documentation.
- fix build.
- remove
func
dependency.
- migration to Dart 2.
- Fix another issue with Dart-2
- Fix some issue with Dart-2
- Support some additions from Google Maps API 3.28
- fix issue with mirrors and Dart2js (see http://dartbug.com/28371)
- update to handle stricter markdown
- use js_wrapping-0.3.0
- no more generator dependencies grabbed
- support of the Google Maps API 3.22
- support of the Google Maps API 3.20
- migration to js_wrapping-0.2.0
- Stable: All even numbered minor versions are considered API stable: i.e.: v1.0.x, v1.2.x, and so on.
- Development: All odd numbered minor versions are considered API unstable: i.e.: v0.9.x, v1.1.x, and so on.