We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d020d76 commit 484a06bCopy full SHA for 484a06b
flutter_inappwebview/pubspec.yaml
@@ -35,8 +35,16 @@ dev_dependencies:
35
path: ../dev_packages/generators
36
37
dependency_overrides:
38
- flutter_inappwebview_platform_interface:
39
- path: ../flutter_inappwebview_platform_interface
+ flutter_inappwebview_platform_interface:
+ 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
48
49
# For information on the generic Dart part of this file, see the
50
# following page: https://www.dartlang.org/tools/pub/pubspec
0 commit comments