File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
## 0.1.2+4
2
2
3
+ * Fixed build failure
4
+ * Added anchor param to Annotation
5
+ * Added missing comparison of Overlay coordinates, which caused
6
+ Circles, Annotations, Polylines and Ploygons to not update correctly
7
+ on coordinate changes.
8
+
9
+ ## 0.1.2+4
10
+
3
11
* Added configurable Anchor for infoWindows
4
12
5
13
## 0.1.2+3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packages:
21
21
path: ".."
22
22
relative: true
23
23
source: path
24
- version: "0.1.2+4 "
24
+ version: "0.1.2+5 "
25
25
archive:
26
26
dependency: transitive
27
27
description:
Original file line number Diff line number Diff line change 1
1
name : apple_maps_flutter
2
2
description : This plugin uses the Flutter platform view to display an Apple Maps widget.
3
- version : 0.1.2+4
3
+ version : 0.1.2+5
4
4
homepage : https://luisthein.de
5
5
repository : https://github.com/LuisThein/apple_maps_flutter
6
6
issue_tracker : https://github.com/LuisThein/apple_maps_flutter/issues
You can’t perform that action at this time.
0 commit comments