Skip to content

Commit 4fc955e

Browse files
bparrishMinesPark Sung Min
authored andcommitted
[google_maps_flutter] Add documentation (flutter#2303)
1 parent 58a08a8 commit 4fc955e

30 files changed

+116
-16
lines changed

packages/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.21+13
2+
3+
* Add documentation.
4+
15
## 0.5.21+12
26

37
* Update driver tests in the example app to e2e tests.

packages/google_maps_flutter/analysis_options.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/google_maps_flutter/example/lib/animate_camera.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:google_maps_flutter/google_maps_flutter.dart';
79

packages/google_maps_flutter/example/lib/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'animate_camera.dart';
79
import 'map_click.dart';

packages/google_maps_flutter/example/lib/map_click.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:flutter/widgets.dart';
79
import 'package:google_maps_flutter/google_maps_flutter.dart';

packages/google_maps_flutter/example/lib/map_coordinates.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:flutter/widgets.dart';
79
import 'package:google_maps_flutter/google_maps_flutter.dart';

packages/google_maps_flutter/example/lib/map_ui.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:google_maps_flutter/google_maps_flutter.dart';
79
import 'package:flutter/services.dart' show rootBundle;

packages/google_maps_flutter/example/lib/marker_icons.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
// ignore_for_file: unawaited_futures
7+
58
import 'package:flutter/material.dart';
69
import 'package:google_maps_flutter/google_maps_flutter.dart';
710

packages/google_maps_flutter/example/lib/move_camera.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:google_maps_flutter/google_maps_flutter.dart';
79

packages/google_maps_flutter/example/lib/padding.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
// ignore_for_file: public_member_api_docs
6+
57
import 'package:flutter/material.dart';
68
import 'package:google_maps_flutter/google_maps_flutter.dart';
79
import 'page.dart';

0 commit comments

Comments
 (0)