Skip to content

Commit abef771

Browse files
committed
Bumped Version number + Updated Changelog/Readme
1 parent d70abc7 commit abef771

File tree

5 files changed

+34
-65
lines changed

5 files changed

+34
-65
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1+2
2+
3+
* Fixed map freezing when setState is being called
4+
15
## 0.1.1+1
26

37
* Fixed Polygon and Circle Tap events.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Flutter plugin that provides an Apple Maps widget.
44

55
The plugin relies on Flutter's mechanism for embedding Android and iOS views. As that mechanism is currently in a developers preview, this plugin should also be considered a developers preview.
66

7-
This plugin was based on the google_maps_flutter plugin. Instead of reinventing the wheel it also uses the Flutter implementation of the google_maps_flutter plugin. This was also done to simplify the process of combining the google_maps_flutter plugin with apple_maps_flutter to create a cross platform implementation for Android/iOS called flutter_platform_maps.
7+
This plugin was based on the `google_maps_flutter` plugin. Instead of reinventing the wheel it also uses the Flutter implementation of the `google_maps_flutter` plugin. This was also done to simplify the process of combining the `google_maps_flutter` plugin with `apple_maps_flutter` to create a cross platform implementation for Android/iOS called `flutter_platform_maps`.
88

99
# Screenshots
1010

@@ -18,7 +18,7 @@ To use this plugin on iOS you need to opt-in for the embedded views preview by a
1818

1919
# Android
2020

21-
There is no Android implementation, but there is a package combining apple_maps_flutter and the [google_maps_flutter]("https://pub.dev/packages/google_maps_flutter") plugin to have the typical map implementations for Android/iOS called [platform_maps_flutter]("https://pub.dev/packages/platform_maps_flutter").
21+
There is no Android implementation, but there is a package combining apple_maps_flutter and the google_maps_flutter plugin to have the typical map implementations for Android/iOS called platform_maps_flutter.
2222

2323
## Sample Usage
2424

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.1+1"
24+
version: "0.1.1+2"
2525
archive:
2626
dependency: transitive
2727
description:

pubspec.lock

Lines changed: 26 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,55 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4-
archive:
5-
dependency: transitive
6-
description:
7-
name: archive
8-
url: "https://pub.dartlang.org"
9-
source: hosted
10-
version: "2.0.11"
11-
args:
12-
dependency: transitive
13-
description:
14-
name: args
15-
url: "https://pub.dartlang.org"
16-
source: hosted
17-
version: "1.5.2"
184
async:
195
dependency: transitive
206
description:
217
name: async
228
url: "https://pub.dartlang.org"
239
source: hosted
24-
version: "2.4.0"
10+
version: "2.4.2"
2511
boolean_selector:
2612
dependency: transitive
2713
description:
2814
name: boolean_selector
2915
url: "https://pub.dartlang.org"
3016
source: hosted
31-
version: "1.0.5"
17+
version: "2.0.0"
18+
characters:
19+
dependency: transitive
20+
description:
21+
name: characters
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "1.0.0"
3225
charcode:
3326
dependency: transitive
3427
description:
3528
name: charcode
3629
url: "https://pub.dartlang.org"
3730
source: hosted
38-
version: "1.1.2"
39-
collection:
31+
version: "1.1.3"
32+
clock:
4033
dependency: transitive
4134
description:
42-
name: collection
35+
name: clock
4336
url: "https://pub.dartlang.org"
4437
source: hosted
45-
version: "1.14.11"
46-
convert:
38+
version: "1.0.1"
39+
collection:
4740
dependency: transitive
4841
description:
49-
name: convert
42+
name: collection
5043
url: "https://pub.dartlang.org"
5144
source: hosted
52-
version: "2.1.1"
53-
crypto:
45+
version: "1.14.13"
46+
fake_async:
5447
dependency: transitive
5548
description:
56-
name: crypto
49+
name: fake_async
5750
url: "https://pub.dartlang.org"
5851
source: hosted
59-
version: "2.1.3"
52+
version: "1.1.0"
6053
flutter:
6154
dependency: "direct main"
6255
description: flutter
@@ -67,20 +60,13 @@ packages:
6760
description: flutter
6861
source: sdk
6962
version: "0.0.0"
70-
image:
71-
dependency: transitive
72-
description:
73-
name: image
74-
url: "https://pub.dartlang.org"
75-
source: hosted
76-
version: "2.1.4"
7763
matcher:
7864
dependency: transitive
7965
description:
8066
name: matcher
8167
url: "https://pub.dartlang.org"
8268
source: hosted
83-
version: "0.12.6"
69+
version: "0.12.8"
8470
meta:
8571
dependency: transitive
8672
description:
@@ -94,21 +80,7 @@ packages:
9480
name: path
9581
url: "https://pub.dartlang.org"
9682
source: hosted
97-
version: "1.6.4"
98-
petitparser:
99-
dependency: transitive
100-
description:
101-
name: petitparser
102-
url: "https://pub.dartlang.org"
103-
source: hosted
104-
version: "2.4.0"
105-
quiver:
106-
dependency: transitive
107-
description:
108-
name: quiver
109-
url: "https://pub.dartlang.org"
110-
source: hosted
111-
version: "2.0.5"
83+
version: "1.7.0"
11284
sky_engine:
11385
dependency: transitive
11486
description: flutter
@@ -120,14 +92,14 @@ packages:
12092
name: source_span
12193
url: "https://pub.dartlang.org"
12294
source: hosted
123-
version: "1.5.5"
95+
version: "1.7.0"
12496
stack_trace:
12597
dependency: transitive
12698
description:
12799
name: stack_trace
128100
url: "https://pub.dartlang.org"
129101
source: hosted
130-
version: "1.9.3"
102+
version: "1.9.5"
131103
stream_channel:
132104
dependency: transitive
133105
description:
@@ -155,28 +127,21 @@ packages:
155127
name: test_api
156128
url: "https://pub.dartlang.org"
157129
source: hosted
158-
version: "0.2.15"
130+
version: "0.2.17"
159131
typed_data:
160132
dependency: transitive
161133
description:
162134
name: typed_data
163135
url: "https://pub.dartlang.org"
164136
source: hosted
165-
version: "1.1.6"
137+
version: "1.2.0"
166138
vector_math:
167139
dependency: transitive
168140
description:
169141
name: vector_math
170142
url: "https://pub.dartlang.org"
171143
source: hosted
172144
version: "2.0.8"
173-
xml:
174-
dependency: transitive
175-
description:
176-
name: xml
177-
url: "https://pub.dartlang.org"
178-
source: hosted
179-
version: "3.5.0"
180145
sdks:
181-
dart: ">=2.4.0 <3.0.0"
146+
dart: ">=2.9.0-14.0.dev <3.0.0"
182147
flutter: ">=1.10.0 <2.0.0"

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.1+1
3+
version: 0.1.1+2
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)