File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.2+3
2
+
3
+ * Fixed the offset of custom markers
4
+
1
5
## 0.1.2+2
2
6
3
7
* Fixed the onTap event for Annotation Callouts
Original file line number Diff line number Diff line change 380
380
"$(inherited)",
381
381
"$(PROJECT_DIR)/Flutter",
382
382
);
383
- MARKETING_VERSION = "0.1.2+2 ";
383
+ MARKETING_VERSION = "0.1.2+3 ";
384
384
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
385
385
PRODUCT_NAME = "$(TARGET_NAME)";
386
386
PROVISIONING_PROFILE_SPECIFIER = "";
516
516
"$(inherited)",
517
517
"$(PROJECT_DIR)/Flutter",
518
518
);
519
- MARKETING_VERSION = "0.1.2+2 ";
519
+ MARKETING_VERSION = "0.1.2+3 ";
520
520
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
521
521
PRODUCT_NAME = "$(TARGET_NAME)";
522
522
PROVISIONING_PROFILE_SPECIFIER = "";
549
549
"$(inherited)",
550
550
"$(PROJECT_DIR)/Flutter",
551
551
);
552
- MARKETING_VERSION = "0.1.2+2 ";
552
+ MARKETING_VERSION = "0.1.2+3 ";
553
553
PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
554
554
PRODUCT_NAME = "$(TARGET_NAME)";
555
555
PROVISIONING_PROFILE_SPECIFIER = "";
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+2 "
24
+ version: "0.1.2+3 "
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+2
3
+ version : 0.1.2+3
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