Skip to content

Commit ca97a73

Browse files
committed
fix: import GoogleMapsUtilsObjC instead of import GoogleMapsUtils
1 parent 619baed commit ca97a73

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/FLTGoogleMapHeatmapController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// found in the LICENSE file.
44

55
#import "FLTGoogleMapHeatmapController.h"
6+
@import GoogleMapsUtilsObjC;
67
#import "FLTGoogleMapJSONConversions.h"
7-
@import GoogleMapsUtils;
88

99
@interface FLTGoogleMapHeatmapController ()
1010

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/GoogleMapController.m

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

5-
@import GoogleMapsUtils;
5+
@import GoogleMapsUtilsObjC;
66

77
#import "GoogleMapController.h"
88

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/include/google_maps_flutter_ios/FGMClusterManagersController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import <Flutter/Flutter.h>
66
#import <GoogleMaps/GoogleMaps.h>
7-
@import GoogleMapsUtils;
7+
@import GoogleMapsUtilsObjC;
88

99
#import "messages.g.h"
1010

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/include/google_maps_flutter_ios/FLTGoogleMapHeatmapController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#import <Flutter/Flutter.h>
66
#import <GoogleMaps/GoogleMaps.h>
7-
@import GoogleMapsUtils;
7+
@import GoogleMapsUtilsObjC;
88

99
#import "messages.g.h"
1010

packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios/Sources/google_maps_flutter_ios/include/google_maps_flutter_ios/FLTGoogleMapJSONConversions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#import <Flutter/Flutter.h>
66
#import <Foundation/Foundation.h>
77
#import <GoogleMaps/GoogleMaps.h>
8-
@import GoogleMapsUtils;
8+
@import GoogleMapsUtilsObjC;
99

1010
#import "messages.g.h"
1111

0 commit comments

Comments
 (0)