Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 139f821

Browse files
committed
.
1 parent e9a839e commit 139f821

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/google_maps_flutter/google_maps_flutter/CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## NEXT
2-
3-
* Updates code for `no_leading_underscores_for_local_identifiers` lint.
4-
51
## 2.2.2
62

73
* Modified `README.md` to fix minor syntax issues and added Code Excerpt to `README.md`.

packages/google_maps_flutter/google_maps_flutter/example/lib/readme_sample.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class MyApp extends StatelessWidget {
2323
}
2424
}
2525

26-
// #enddocregion MapSample
26+
// #docregion MapSample
2727
class MapSample extends StatefulWidget {
2828
const MapSample({Key? key}) : super(key: key);
2929

0 commit comments

Comments
 (0)