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
15## 1.0.0
26
3- Tanks to @jonbhanson
7+ Thanks to @jonbhanson
48* Adds null safety.
59* Refreshes the example app.
610* Updates .gitignore and removes files that should not be tracked.
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 : 1.0.0
3+ version : 1.0.1
44homepage : https://luisthein.de
55repository : https://github.com/LuisThein/apple_maps_flutter
66issue_tracker : https://github.com/LuisThein/apple_maps_flutter/issues
@@ -31,7 +31,6 @@ flutter:
3131 platforms :
3232 ios :
3333 pluginClass : AppleMapsFlutterPlugin
34-
3534 # To add assets to your plugin package, add an assets section, like this:
3635 # assets:
3736 # - images/a_dot_burr.jpeg
@@ -42,7 +41,6 @@ flutter:
4241 #
4342 # An image asset can refer to one or more resolution-specific "variants", see
4443 # https://flutter.dev/assets-and-images/#resolution-aware.
45-
4644 # To add custom fonts to your plugin package, add a fonts section here,
4745 # in this "flutter" section. Each entry in this list should have a
4846 # "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