Skip to content
Prev Previous commit
Next Next commit
[google_maps_flutter_ios] revert obj-c import ordering changes
  • Loading branch information
jokerttu committed Aug 6, 2024
commit 7c2cdf97a76b1c344516fbdfe7aa7c812c272223
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import <Flutter/Flutter.h>
#import <GoogleMaps/GoogleMaps.h>

#import "FGMClusterManagersController.h"
#import "GoogleMapCircleController.h"
#import "GoogleMapMarkerController.h"
#import "GoogleMapPolygonController.h"
#import "GoogleMapPolylineController.h"

#import <Flutter/Flutter.h>
#import <GoogleMaps/GoogleMaps.h>

#import "messages.g.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "FGMClusterManagersController.h"
#import "GoogleMapController.h"

#import <Flutter/Flutter.h>
#import <GoogleMaps/GoogleMaps.h>

#import "FGMClusterManagersController.h"
#import "GoogleMapController.h"
#import "messages.g.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down