File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ * Fixes memory leak
4
+ * Adds ability to take snapshots of the map
1
5
## 1.0.0
2
6
3
- Tanks to @jonbhanson
7
+ Thanks to @jonbhanson
4
8
* Adds null safety.
5
9
* Refreshes the example app.
6
10
* Updates .gitignore and removes files that should not be tracked.
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 : 1.0.0
3
+ version : 1.0.1
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
@@ -31,7 +31,6 @@ flutter:
31
31
platforms :
32
32
ios :
33
33
pluginClass : AppleMapsFlutterPlugin
34
-
35
34
# To add assets to your plugin package, add an assets section, like this:
36
35
# assets:
37
36
# - images/a_dot_burr.jpeg
@@ -42,7 +41,6 @@ flutter:
42
41
#
43
42
# An image asset can refer to one or more resolution-specific "variants", see
44
43
# https://flutter.dev/assets-and-images/#resolution-aware.
45
-
46
44
# To add custom fonts to your plugin package, add a fonts section here,
47
45
# in this "flutter" section. Each entry in this list should have a
48
46
# "family" key with the font family name, and a "fonts" key with a
You can’t perform that action at this time.
0 commit comments