no_leading_underscores_for_local_identifiers
lint.prefer_relative_imports
.size
parameter to BitmapDescriptor.fromBytes
, so web applications can specify the actual physical size of the bitmap. The parameter is not needed (and ignored) in other platforms. Issue #73789.buildView
and updateOptions
that take a new option class instead of a dictionary, to remove the cross-package dependency on magic string keys.buildView
variant to future-proof it against future changes.ui.hash*
to Object.hash*
.Removes dependency on meta
.
verify
method introduced in plugin_platform_interface 2.1.0.LatLng
constructor maintains longitude precision when given within acceptable rangebuildViewWithTextDirection
has been added to the platform interface.MethodChannelGoogleMapsFlutter.useAndroidViewSurface
to true
to build with Hybrid Composition.TileProvider
when copying TileOverlay
, fixing a regression with tile overlays introduced in the null safety migration.isMarkerInfoWindowShown
and getZoomLevel
introduced in the null safety migration.Object
; the details of the object type and structure should be treated as an implementation detail.fromJson
constructor to BitmapDescriptor
so serialized descriptors can be synchronously re-hydrated. This will be removed when a fix for this issue lands.dispose
method to the interface, so implementations may cleanup resources acquired on init
.fromAssetImage
BitmapDescriptors (web only)