updated README
This commit is contained in:
parent
40c36b8df3
commit
c03914f144
|
@ -4,7 +4,7 @@ The Android WebView implementation of [`flutter_inappwebview`](https://pub.dev/p
|
|||
|
||||
## Usage
|
||||
|
||||
This package is [endorsed][https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin],
|
||||
This package is [endorsed](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin),
|
||||
which means you can simply use `flutter_inappwebview`
|
||||
normally. This package will be automatically included in your app when you do,
|
||||
so you do not need to add it to your `pubspec.yaml`.
|
||||
|
|
|
@ -4,7 +4,7 @@ The Apple iOS WKWebView implementation of [`flutter_inappwebview`](https://pub.d
|
|||
|
||||
## Usage
|
||||
|
||||
This package is [endorsed][https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin],
|
||||
This package is [endorsed](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin),
|
||||
which means you can simply use `flutter_inappwebview`
|
||||
normally. This package will be automatically included in your app when you do,
|
||||
so you do not need to add it to your `pubspec.yaml`.
|
||||
|
|
|
@ -4,7 +4,7 @@ The Apple macOS WKWebView implementation of [`flutter_inappwebview`](https://pub
|
|||
|
||||
## Usage
|
||||
|
||||
This package is [endorsed][https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin],
|
||||
This package is [endorsed](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin),
|
||||
which means you can simply use `flutter_inappwebview`
|
||||
normally. This package will be automatically included in your app when you do,
|
||||
so you do not need to add it to your `pubspec.yaml`.
|
||||
|
|
|
@ -5,7 +5,7 @@ implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inap
|
|||
|
||||
## Usage
|
||||
|
||||
This package is [endorsed][https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin],
|
||||
This package is [endorsed](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#endorsed-federated-plugin),
|
||||
which means you can simply use `flutter_inappwebview`
|
||||
normally. This package will be automatically included in your app when you do,
|
||||
so you do not need to add it to your `pubspec.yaml`.
|
||||
|
|
12
pubspec.yaml
12
pubspec.yaml
|
@ -19,14 +19,10 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
flutter_inappwebview_platform_interface: ^1.0.0
|
||||
flutter_inappwebview_android:
|
||||
path: flutter_inappwebview_android
|
||||
flutter_inappwebview_ios:
|
||||
path: flutter_inappwebview_ios
|
||||
flutter_inappwebview_macos:
|
||||
path: flutter_inappwebview_macos
|
||||
flutter_inappwebview_web:
|
||||
path: flutter_inappwebview_web
|
||||
flutter_inappwebview_android: ^1.0.0
|
||||
flutter_inappwebview_ios: ^1.0.0
|
||||
flutter_inappwebview_macos: ^1.0.0
|
||||
flutter_inappwebview_web: ^1.0.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in New Issue