Skip to content

Commit d302d01

Browse files
luisluis
authored andcommitted
chore: Bumped Version + Updated README
1 parent 30bc3ea commit d302d01

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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.

pubspec.yaml

Lines changed: 1 addition & 3 deletions
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: 1.0.0
3+
version: 1.0.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
@@ -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

0 commit comments

Comments
 (0)