Skip to content

Commit 502705d

Browse files
committed
chore: bumped version + updated readme
1 parent 7934fc8 commit 502705d

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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:

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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-
131118
Suggestions and PR's to make this plugin better are always welcome.
132-
133-

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
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 = "";
@@ -516,7 +516,7 @@
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 = "";
@@ -549,7 +549,7 @@
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 = "";

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: apple_maps_flutter
22
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
3-
version: 0.1.2
3+
version: 0.1.2+1
44
homepage: https://luisthein.de
55
repository: https://github.com/LuisThein/apple_maps_flutter
66
issue_tracker: https://github.com/LuisThein/apple_maps_flutter/issues

0 commit comments

Comments
 (0)