Skip to content

Commit

Permalink
[google_maps_flutter] Add improvements to BitmapDescriptor API
Browse files Browse the repository at this point in the history
  • Loading branch information
jokerttu committed May 24, 2024
1 parent 7b423f5 commit b3e6acd
Show file tree
Hide file tree
Showing 5 changed files with 1,005 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## NEXT
## 2.7.0

* Adds better support for marker size and scaling behaviour with `AssetMapBitmap` and `BytesMapBitmap`.
* Deprecates `BitmapDescriptor.fromAssetImage` in favor of `BitmapDescriptor.asset` and `AssetMapBitmap.create`.
* Deprecates `BitmapDescriptor.fromBytes` in favor of `BitmapDescriptor.bytes` and `BytesMapBitmap`
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.

## 2.6.0
Expand Down
Loading

0 comments on commit b3e6acd

Please sign in to comment.