File tree Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.2+1
2+
3+ * Added custom annotation icons from byte data
4+ * Fixed scaling of icons from assets => see: https://flutter.dev/docs/development/ui/assets-and-images#declaring-resolution-aware-image-assets
5+
16## 0.1.2
27
38* Annotation rework:
Original file line number Diff line number Diff line change @@ -115,19 +115,4 @@ class AppleMapsExample extends StatelessWidget {
115115}
116116```
117117
118- ## TODO'S:
119-
120- - [x] Add zoomLevelBounds
121- - [x] Add zoomBy functionality
122- - [x] Add getter for the visible map region
123- - [x] Add ability to place polylines on the map
124- - [x] Add ability to add padding to the map
125- - [x] Add ability to place polygons on the map
126- - [x] Add ability to place circles on the map
127- - [ ] Add ability to set LatLngBounds to map
128- - [ ] Add scrollBy functionality
129- - [ ] . . .
130-
131118Suggestions and PR's to make this plugin better are always welcome.
132-
133-
Original file line number Diff line number Diff line change 380380 "$(inherited)",
381381 "$(PROJECT_DIR)/Flutter",
382382 );
383- MARKETING_VERSION = 1.2.0 ;
383+ MARKETING_VERSION = "0. 1.2+1" ;
384384 PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
385385 PRODUCT_NAME = "$(TARGET_NAME)";
386386 PROVISIONING_PROFILE_SPECIFIER = "";
516516 "$(inherited)",
517517 "$(PROJECT_DIR)/Flutter",
518518 );
519- MARKETING_VERSION = 1.2.0 ;
519+ MARKETING_VERSION = "0. 1.2+1" ;
520520 PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
521521 PRODUCT_NAME = "$(TARGET_NAME)";
522522 PROVISIONING_PROFILE_SPECIFIER = "";
549549 "$(inherited)",
550550 "$(PROJECT_DIR)/Flutter",
551551 );
552- MARKETING_VERSION = 1.2.0 ;
552+ MARKETING_VERSION = "0. 1.2+1" ;
553553 PRODUCT_BUNDLE_IDENTIFIER = de.luisthein.appleMapsFlutterExample4;
554554 PRODUCT_NAME = "$(TARGET_NAME)";
555555 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ packages:
2121 path: ".."
2222 relative: true
2323 source: path
24- version: "0.1.2"
24+ version: "0.1.2+1 "
2525 archive:
2626 dependency: transitive
2727 description:
Original file line number Diff line number Diff line change 11name : apple_maps_flutter
22description : This plugin uses the Flutter platform view to display an Apple Maps widget.
3- version : 0.1.2
3+ version : 0.1.2+1
44homepage : https://luisthein.de
55repository : https://github.com/LuisThein/apple_maps_flutter
66issue_tracker : https://github.com/LuisThein/apple_maps_flutter/issues
You can’t perform that action at this time.
0 commit comments