From c03914f144ee8a1e5d7359b3ac89228a4d5ee036 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 27 Nov 2023 18:59:19 +0100 Subject: [PATCH] updated README --- flutter_inappwebview_android/README.md | 2 +- flutter_inappwebview_ios/README.md | 2 +- flutter_inappwebview_macos/README.md | 2 +- flutter_inappwebview_web/README.md | 2 +- pubspec.yaml | 12 ++++-------- 5 files changed, 8 insertions(+), 12 deletions(-) diff --git a/flutter_inappwebview_android/README.md b/flutter_inappwebview_android/README.md index 0e2ebcbfa..77d0be6d6 100644 --- a/flutter_inappwebview_android/README.md +++ b/flutter_inappwebview_android/README.md @@ -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`. diff --git a/flutter_inappwebview_ios/README.md b/flutter_inappwebview_ios/README.md index 5884fe3cb..6121ff511 100644 --- a/flutter_inappwebview_ios/README.md +++ b/flutter_inappwebview_ios/README.md @@ -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`. diff --git a/flutter_inappwebview_macos/README.md b/flutter_inappwebview_macos/README.md index 68d5c3585..7af883d58 100644 --- a/flutter_inappwebview_macos/README.md +++ b/flutter_inappwebview_macos/README.md @@ -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`. diff --git a/flutter_inappwebview_web/README.md b/flutter_inappwebview_web/README.md index d9798c2d1..8b8bb246f 100644 --- a/flutter_inappwebview_web/README.md +++ b/flutter_inappwebview_web/README.md @@ -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`. diff --git a/pubspec.yaml b/pubspec.yaml index 95114d504..675e0c448 100755 --- a/pubspec.yaml +++ b/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: