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

Commit 2ebf92f

Browse files
committed
remove obsolete template argument
1 parent 2e65267 commit 2ebf92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/google_maps_flutter/lib/src/google_map.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class _GoogleMapState extends State<GoogleMap> {
1717
@override
1818
Widget build(BuildContext context) {
1919
if (defaultTargetPlatform == TargetPlatform.android) {
20-
return AndroidView<dynamic>(
20+
return AndroidView(
2121
viewType: 'plugins.flutter.io/google_maps',
2222
onPlatformViewCreated: onPlatformViewCreated,
2323
creationParams: widget.options._toJson(),

0 commit comments

Comments
 (0)