Skip to content
This repository was archived by the owner on Jun 25, 2019. It is now read-only.

Commit c49305d

Browse files
committed
update SDK version
Dartfmt example
1 parent 383edf6 commit c49305d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.0.13] - 4-17-2018
2+
3+
* Added polyline support. Major thanks to @LJaraCastillo
4+
* Dart2 updates
5+
16
## [0.0.12] - 4-17-2018
27

38
* Update gradle dependencies

example/lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ class _MyAppState extends State<MyApp> {
193193
showUserLocation: true,
194194
showMyLocationButton: true,
195195
showCompassButton: true,
196-
initialCameraPosition: new CameraPosition(new Location(45.526607443935724, -122.66731660813093), 15.0),
196+
initialCameraPosition: new CameraPosition(
197+
new Location(45.526607443935724, -122.66731660813093), 15.0),
197198
hideToolbar: false,
198199
title: "Recently Visited"),
199200
toolbarActions: [new ToolbarAction("Close", 1)]);

map_view.iml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
<exclude-output />
55
<content url="file://$MODULE_DIR$">
66
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
7+
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
78
<excludeFolder url="file://$MODULE_DIR$/.idea" />
89
<excludeFolder url="file://$MODULE_DIR$/.pub" />
910
<excludeFolder url="file://$MODULE_DIR$/build" />
11+
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
1012
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
1113
<excludeFolder url="file://$MODULE_DIR$/example/build" />
1214
</content>

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: map_view
22
description: A flutter plugin for displaying native Google Maps.
3-
version: 0.0.12
3+
version: 0.0.13
44
author: AppTree Software<flutter@apptreesoftware.com>
55
homepage: https://github.com/apptreesoftware/flutter_google_map_view
66

@@ -10,7 +10,7 @@ dependencies:
1010
sdk: flutter
1111

1212
environment:
13-
sdk: '>=1.9.0 <2.0.0'
13+
sdk: ">=2.0.0-dev.28.0 <3.0.0"
1414

1515
# For information on the generic Dart part of this file, see the
1616
# following page: https://www.dartlang.org/tools/pub/pubspec

0 commit comments

Comments
 (0)