Movatterモバイル変換


[0]ホーム

URL:


google_maps_flutter_platform_interface 2.14.1copy "google_maps_flutter_platform_interface: ^2.14.1" to clipboard
google_maps_flutter_platform_interface: ^2.14.1 copied to clipboard

Metadata

A common platform interface for the google_maps_flutter plugin.

More...

2.14.1#

  • Replaces internal use of deprecated methods.
  • Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.

2.14.0#

  • Adds support for disabling or moving the camera control button on web.
  • Updates minimum supported SDK version to Flutter 3.29/Dart 3.7.

2.13.0#

  • Adds Advanced marker support.

2.12.1#

  • Fixes thezIndex issue in thecopyWith method.

2.12.0#

  • DeprecateszIndex parameter inMarker in favor ofzIndexInt.
  • Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.

2.11.1#

  • Updates READMEs and API docs.

2.11.0#

  • Adds support for animating the camera with a duration.

2.10.0#

  • Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
  • Adds support for ground overlay.

2.9.5#

  • ConvertsBitmapDescriptor to typesafe structures.

2.9.4#

  • ConvertsPatternItem to typesafe structure.
  • ConvertsCap to typesafe structure.

2.9.3#

  • Corrects an incorrect comment in polyline.dart file.

2.9.2#

  • Corrects JSON tag forCameraUpdateNewLatLngBounds.

2.9.1#

  • Splits CameraUpdate into dervied classes for different update cases.
  • Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

2.9.0#

  • Adds support for heatmap layers.

2.8.0#

  • DeprecatesBitmapDescriptor.fromAssetImage in favor ofBitmapDescriptor.asset andAssetMapBitmap.create.
  • DeprecatesBitmapDescriptor.fromBytes in favor ofBitmapDescriptor.bytes andBytesMapBitmap

2.7.1#

  • UndeprecatesBitmapDescriptor.fromAssetImage.
  • UndeprecatesBitmapDescriptor.fromBytes.
  • Fixes issues with deprecation in version 2.7.0.

2.7.0#

  • Adds better support for marker size and scaling behaviour withAssetMapBitmap andBytesMapBitmap.
  • DeprecatesBitmapDescriptor.fromAssetImage in favor ofBitmapDescriptor.asset andAssetMapBitmap.create.
  • DeprecatesBitmapDescriptor.fromBytes in favor ofBitmapDescriptor.bytes andBytesMapBitmap
  • Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.

2.6.0#

  • Adds support for marker clustering.

2.5.0#

  • Addsstyle to theMapConfiguration to allow setting style as part ofmap creation.
  • AddsgetStyleError to the platform interface, to allow asynchronous accessto style errors that occur during initialization.
  • Updates minimum supported SDK version to Flutter 3.13/Dart 3.1.

2.4.3#

  • Updates minimum required plugin_platform_interface version to 2.1.7.

2.4.2#

  • Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
  • Fixes new lint warnings.

2.4.1#

  • Adds pub topics to package metadata.
  • Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.

2.4.0#

  • Adds options for gesture handling and tilt controls on web.

2.3.0#

  • Adds acloudMapId parameter to support cloud-based map styling.

2.2.7#

  • Removes obsolete null checks on non-nullable values.
  • Updates minimum Flutter version to 3.3.
  • Aligns Dart and Flutter SDK constraints.

2.2.6#

  • Updates links for the merge of flutter/plugins into flutter/packages.
  • Updates minimum Flutter version to 3.0.

2.2.5#

  • Updates code for stricter lint checks.

2.2.4#

  • Updates code forno_leading_underscores_for_local_identifiers lint.

2.2.3#

  • Updates imports forprefer_relative_imports.
  • Updates minimum Flutter version to 2.10.

2.2.2#

  • Adds asize parameter toBitmapDescriptor.fromBytes, soweb applicationscan specify the actualphysical size of the bitmap. The parameter is not needed(and ignored) in other platforms. Issue#73789.
  • Fixes avoid_redundant_argument_values lint warnings and minor typos.

2.2.1#

  • Adds a new interface for inspecting the platform map state in tests.

2.2.0#

  • Adds new versions ofbuildView andupdateOptions that take a new optionclass instead of a dictionary, to remove the cross-package dependency onmagic string keys.
  • Adopts several parameter objects in the newbuildView variant tofuture-proof it against future changes.
  • Ignores unnecessary import warnings in preparation forupcoming Flutter changes.

2.1.7#

  • Updates code for stricter analysis options.
  • Removes unnecessary imports.

2.1.6#

  • Migrates fromui.hash* toObject.hash*.
  • Updates minimum Flutter version to 2.5.0.

2.1.5#

  • Removes dependency onmeta.

2.1.4#

  • Update to use theverify method introduced in plugin_platform_interface 2.1.0.

2.1.3#

  • LatLng constructor maintains longitude precision when given withinacceptable range

2.1.2#

  • Add additional marker drag events

2.1.1#

  • MethodbuildViewWithTextDirection has been added to the platform interface.

2.1.0#

  • Add support for Hybrid Composition when building the Google Maps widget on Android. SetMethodChannelGoogleMapsFlutter.useAndroidViewSurface totrue to build with Hybrid Composition.

2.0.4#

  • Preserve theTileProvider when copyingTileOverlay, fixing aregression with tile overlays introduced in the null safety migration.

2.0.3#

  • Fix type issues inisMarkerInfoWindowShown andgetZoomLevel introducedin the null safety migration.

2.0.2#

  • Mark constructors for CameraUpdate, CircleId, MapsObjectId, MarkerId, PolygonId, PolylineId and TileOverlayId as const

2.0.1#

  • Update platform_plugin_interface version requirement.

2.0.0#

  • Migrated to null-safety.
  • BREAKING CHANGE: Removed deprecated APIs.
  • BREAKING CHANGE: Many sets in APIs that used to treat null and empty set asequivalent now require passing an empty set.
  • BREAKING CHANGE: toJson now always returns anObject; the details of theobject type and structure should be treated as an implementation detail.

1.2.0#

  • Add TileOverlay support.

1.1.0#

  • Add support for holes in Polygons.

1.0.6#

  • Update Flutter SDK constraint.

1.0.5#

  • Temporarily add afromJson constructor toBitmapDescriptor so serialized descriptors can be synchronously re-hydrated. This will be removed when a fix forthis issue lands.

1.0.4#

  • Add adispose method to the interface, so implementations may cleanup resources acquired oninit.

1.0.3#

  • Pass icon width/height if present onfromAssetImage BitmapDescriptors (web only)

1.0.2#

  • Update lower bound of dart dependency to 2.1.0.

1.0.1#

  • Initial open source release.

1.0.0 ... 1.0.0+5#

  • Development.
30
likes
150
points
761k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

Metadata

A common platform interface for the google_maps_flutter plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#google-maps#google-maps-flutter#map

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection,flutter,plugin_platform_interface,stream_transform

More

Packages that depend on google_maps_flutter_platform_interface

Metadata

30
likes
150
points
761k
downloads

Publisher

verified publisherflutter.dev

Weekly Downloads

Metadata

A common platform interface for the google_maps_flutter plugin.

Repository (GitHub)
View/report issues
Contributing

Topics

#google-maps#google-maps-flutter#map

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

collection,flutter,plugin_platform_interface,stream_transform

More

Packages that depend on google_maps_flutter_platform_interface

Back


[8]ページ先頭

©2009-2026 Movatter.jp