File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed
flutter_inappwebview_android
flutter_inappwebview_macos Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Android WebView implementation of [`flutter_inappwebview`](https://pub.dev/p
4
4
5
5
## Usage
6
6
7
- This package is [ endorsed] [ https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ] ,
7
+ This package is [ endorsed] ( https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ) ,
8
8
which means you can simply use ` flutter_inappwebview `
9
9
normally. This package will be automatically included in your app when you do,
10
10
so you do not need to add it to your ` pubspec.yaml ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Apple iOS WKWebView implementation of [`flutter_inappwebview`](https://pub.d
4
4
5
5
## Usage
6
6
7
- This package is [ endorsed] [ https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ] ,
7
+ This package is [ endorsed] ( https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ) ,
8
8
which means you can simply use ` flutter_inappwebview `
9
9
normally. This package will be automatically included in your app when you do,
10
10
so you do not need to add it to your ` pubspec.yaml ` .
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Apple macOS WKWebView implementation of [`flutter_inappwebview`](https://pub
4
4
5
5
## Usage
6
6
7
- This package is [ endorsed] [ https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ] ,
7
+ This package is [ endorsed] ( https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ) ,
8
8
which means you can simply use ` flutter_inappwebview `
9
9
normally. This package will be automatically included in your app when you do,
10
10
so you do not need to add it to your ` pubspec.yaml ` .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inap
5
5
6
6
## Usage
7
7
8
- This package is [ endorsed] [ https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ] ,
8
+ This package is [ endorsed] ( https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin ) ,
9
9
which means you can simply use ` flutter_inappwebview `
10
10
normally. This package will be automatically included in your app when you do,
11
11
so you do not need to add it to your ` pubspec.yaml ` .
Original file line number Diff line number Diff line change @@ -19,14 +19,10 @@ dependencies:
19
19
flutter :
20
20
sdk : flutter
21
21
flutter_inappwebview_platform_interface : ^1.0.0
22
- flutter_inappwebview_android :
23
- path : flutter_inappwebview_android
24
- flutter_inappwebview_ios :
25
- path : flutter_inappwebview_ios
26
- flutter_inappwebview_macos :
27
- path : flutter_inappwebview_macos
28
- flutter_inappwebview_web :
29
- path : flutter_inappwebview_web
22
+ flutter_inappwebview_android : ^1.0.0
23
+ flutter_inappwebview_ios : ^1.0.0
24
+ flutter_inappwebview_macos : ^1.0.0
25
+ flutter_inappwebview_web : ^1.0.0
30
26
31
27
dev_dependencies :
32
28
flutter_test :
You can’t perform that action at this time.
0 commit comments