Skip to content

Commit 4a661c1

Browse files
fix: onMapCreated is not called (#70)
Signed-off-by: Ken Lee <[email protected]>
1 parent b722116 commit 4a661c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/platform_maps_flutter_platform_interface/lib/src/platform_map.dart

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class PlatformMap extends StatelessWidget {
4343
onCameraMove: onCameraMove,
4444
onCameraMoveStarted: onCameraMoveStarted,
4545
onLongPress: onLongPress,
46+
onMapCreated: onMapCreated,
4647
onTap: onTap,
4748
padding: padding,
4849
polylines: polylines,

0 commit comments

Comments
 (0)