Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Nov 27, 2023
1 parent 40c36b8 commit c03914f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion flutter_inappwebview_android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_macos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
12 changes: 4 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c03914f

Please sign in to comment.