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

Commit c47bb4a

Browse files
committed
[google_maps_flutter] Add missing depencency override
1 parent 129d643 commit c47bb4a

File tree

1 file changed

+3
-0
lines changed
  • packages/google_maps_flutter/google_maps_flutter/example

1 file changed

+3
-0
lines changed

packages/google_maps_flutter/google_maps_flutter/example/pubspec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
# the parent directory to use the current plugin's version.
2020
path: ../
2121
google_maps_flutter_android: ^2.1.10
22+
google_maps_flutter_ios: ^2.1.10
2223
google_maps_flutter_platform_interface: ^2.2.1
2324

2425
dev_dependencies:
@@ -42,5 +43,7 @@ dependency_overrides:
4243
path: ../../../google_maps_flutter/google_maps_flutter
4344
google_maps_flutter_android:
4445
path: ../../../google_maps_flutter/google_maps_flutter_android
46+
google_maps_flutter_ios:
47+
path: ../../../google_maps_flutter/google_maps_flutter_ios
4548
google_maps_flutter_platform_interface:
4649
path: ../../../google_maps_flutter/google_maps_flutter_platform_interface

0 commit comments

Comments
 (0)