Skip to content

Commit 484a06b

Browse files
committed
Add dependency_overrides
1 parent d020d76 commit 484a06b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

flutter_inappwebview/pubspec.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,16 @@ dev_dependencies:
3535
path: ../dev_packages/generators
3636

3737
dependency_overrides:
38-
flutter_inappwebview_platform_interface:
39-
path: ../flutter_inappwebview_platform_interface
38+
flutter_inappwebview_platform_interface:
39+
path: ../flutter_inappwebview_platform_interface
40+
flutter_inappwebview_android:
41+
path: ../flutter_inappwebview_android
42+
flutter_inappwebview_ios:
43+
path: ../flutter_inappwebview_ios
44+
flutter_inappwebview_macos:
45+
path: ../flutter_inappwebview_macos
46+
flutter_inappwebview_web:
47+
path: ../flutter_inappwebview_web
4048

4149
# For information on the generic Dart part of this file, see the
4250
# following page: https://www.dartlang.org/tools/pub/pubspec

0 commit comments

Comments
 (0)