Update for the deprecation of BitmapDescriptor.fromBytes#11
Open
LuisReyes98 wants to merge 15 commits into
Open
Update for the deprecation of BitmapDescriptor.fromBytes#11LuisReyes98 wants to merge 15 commits into
BitmapDescriptor.fromBytes#11LuisReyes98 wants to merge 15 commits into
Conversation
Author
Author
|
Latest commit also adds all the new props that are available on this.cloudMapId,
this.webGestureHandling,
this.style,
this.clusterManagers = const <ClusterManager>{},
this.fortyFiveDegreeImageryEnabled = false,
this.heatmaps = const <Heatmap>{}, |
Author
|
Several updates where made , the suggestion to stop using device pixel ratio was removed do to breaking changes with Safari and web browser compatibility , has been updated to have the most recent google maps support and google_maps_flutter updates |
Author
|
The README and Changelog has been updated accordingly to explain how to use the new version |
Author
|
related to this issue #12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As of
google_maps_flutter_platform_interface: 2.8.0The method
BitmapDescriptor.fromByteshas been deprecated in favor ofBitmapDescriptor.bytesandBytesMapBitmap.The changes in this pull request include
BitmapDescriptor.bytestoBitmapDescriptor.fromBytes.BitmapDescriptor.bytessolves a platform specific bug with the marker size , this fix in turn make the markers too bigConsideration for migration added on the README with the following text
Migrating to 1.0
The update to the
google_maps_flutter_platform_interface: ^2.8.0changes that, DeprecateBitmapDescriptor.fromBytesin favor ofBitmapDescriptor.bytesandBytesMapBitmap.Declaring a multiplatform marker