diff --git a/flutter_inappwebview_android/README.md b/flutter_inappwebview_android/README.md index 0e2ebcbf..77d0be6d 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 5884fe3c..6121ff51 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 68d5c358..7af883d5 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 d9798c2d..8b8bb246 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 95114d50..675e0c44 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: