From c49305d2755e9e3216d2b25ec6bfde918e458ee3 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 18 Jul 2018 05:39:01 -0700 Subject: [PATCH 1/3] update SDK version Dartfmt example --- CHANGELOG.md | 5 +++++ example/lib/main.dart | 3 ++- map_view.iml | 2 ++ pubspec.yaml | 4 ++-- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec68ae2..fc102b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.0.13] - 4-17-2018 + +* Added polyline support. Major thanks to @LJaraCastillo +* Dart2 updates + ## [0.0.12] - 4-17-2018 * Update gradle dependencies diff --git a/example/lib/main.dart b/example/lib/main.dart index 26a6b4f..1dc9fa1 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -193,7 +193,8 @@ class _MyAppState extends State { showUserLocation: true, showMyLocationButton: true, showCompassButton: true, - initialCameraPosition: new CameraPosition(new Location(45.526607443935724, -122.66731660813093), 15.0), + initialCameraPosition: new CameraPosition( + new Location(45.526607443935724, -122.66731660813093), 15.0), hideToolbar: false, title: "Recently Visited"), toolbarActions: [new ToolbarAction("Close", 1)]); diff --git a/map_view.iml b/map_view.iml index 9331652..0fbaf2c 100644 --- a/map_view.iml +++ b/map_view.iml @@ -4,9 +4,11 @@ + + diff --git a/pubspec.yaml b/pubspec.yaml index 1b253e1..5bc64fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: map_view description: A flutter plugin for displaying native Google Maps. -version: 0.0.12 +version: 0.0.13 author: AppTree Software homepage: https://github.com/apptreesoftware/flutter_google_map_view @@ -10,7 +10,7 @@ dependencies: sdk: flutter environment: - sdk: '>=1.9.0 <2.0.0' + sdk: ">=2.0.0-dev.28.0 <3.0.0" # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec From 712b153c280514ac4933f0d3e210bebd004e1302 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 18 Jul 2018 05:40:16 -0700 Subject: [PATCH 2/3] Changelog updates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc102b4..857553e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.0.13] - 4-17-2018 +## [0.0.13] - 7-18-2018 * Added polyline support. Major thanks to @LJaraCastillo * Dart2 updates From 534d23afabbdfb3ad30ece9bd9424949c3682556 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 18 Jul 2018 05:43:02 -0700 Subject: [PATCH 3/3] Added authors file --- AUTHORS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 AUTHORS.md diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..dcd45b2 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,9 @@ +# Below is a list of people and organizations that have contributed +# to the project. Names should be added to the list like so: +# +# Name/Organization + +AppTree Software, Inc +Luis Andrés Jara Castillo +@nunorpg +@grepLines \ No newline at end of file