Skip to content

Commit ecd5e43

Browse files
committed
update pubspec, added license to example
1 parent 3f1bc50 commit ecd5e43

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

example/google_polyline_algorithm_example.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Copyright (c) 2020, the MarchDev Toolkit project authors. Please see the AUTHORS file
2+
// for details. All rights reserved. Use of this source code is governed by a
3+
// BSD-style license that can be found in the LICENSE file.
4+
15
import 'package:google_polyline_algorithm/google_polyline_algorithm.dart';
26

37
void main() {

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: google_polyline_algorithm
2-
description: Dart implementation of Googles Polyline Encoding lossy compression Algorithm.
3-
42
version: 1.0.0
3+
homepage: https://github.com/marchdev-tk/google_polyline_algorithm
4+
description: Dart implementation of Googles Polyline Encoding lossy compression Algorithm.
55

66
environment:
77
sdk: '>=2.7.0 <3.0.0'

0 commit comments

Comments
 (0)