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 fdbf474 commit 40c36b8
Show file tree
Hide file tree
Showing 15 changed files with 29 additions and 27 deletions.
2 changes: 1 addition & 1 deletion flutter_inappwebview_android/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter\_inappwebview\_android

The Android WebView implementation of [`flutter_inappwebview`][https://pub.dev/packages/flutter_inappwebview].
The Android WebView implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview).

## Usage

Expand Down
7 changes: 4 additions & 3 deletions flutter_inappwebview_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ packages:
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
name: flutter_inappwebview_platform_interface
sha256: c221a6788c73421284208e3449cad07d8c65fdace120322483181a2b94d95697
url: "https://pub.dev"
source: hosted
version: "1.0.0"
flutter_lints:
dependency: "direct dev"
Expand Down
3 changes: 1 addition & 2 deletions flutter_inappwebview_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview_platform_interface:
path: ../flutter_inappwebview_platform_interface
flutter_inappwebview_platform_interface: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_ios/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter\_inappwebview\_ios

The Apple iOS WKWebView implementation of [`flutter_inappwebview`][https://pub.dev/packages/flutter_inappwebview].
The Apple iOS WKWebView implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview).

## Usage

Expand Down
11 changes: 6 additions & 5 deletions flutter_inappwebview_ios/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,15 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "1.0.0"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
version: "0.0.1"
name: flutter_inappwebview_platform_interface
sha256: c221a6788c73421284208e3449cad07d8c65fdace120322483181a2b94d95697
url: "https://pub.dev"
source: hosted
version: "1.0.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
3 changes: 1 addition & 2 deletions flutter_inappwebview_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview_platform_interface:
path: ../flutter_inappwebview_platform_interface
flutter_inappwebview_platform_interface: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_macos/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter\_inappwebview\_macos

The Apple macOS WKWebView implementation of [`flutter_inappwebview`][https://pub.dev/packages/flutter_inappwebview].
The Apple macOS WKWebView implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview).

## Usage

Expand Down
7 changes: 4 additions & 3 deletions flutter_inappwebview_macos/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,10 @@ packages:
flutter_inappwebview_platform_interface:
dependency: transitive
description:
path: "../../flutter_inappwebview_platform_interface"
relative: true
source: path
name: flutter_inappwebview_platform_interface
sha256: c221a6788c73421284208e3449cad07d8c65fdace120322483181a2b94d95697
url: "https://pub.dev"
source: hosted
version: "1.0.0"
flutter_lints:
dependency: "direct dev"
Expand Down
3 changes: 1 addition & 2 deletions flutter_inappwebview_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview_platform_interface:
path: ../flutter_inappwebview_platform_interface
flutter_inappwebview_platform_interface: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions flutter_inappwebview_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- Updated README

## 1.0.0

Initial release.
2 changes: 1 addition & 1 deletion flutter_inappwebview_platform_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flutter\_inappwebview\_platform\_interface

A common platform interface for the [`flutter_inappwebview`][https://pub.dev/packages/flutter_inappwebview] plugin.
A common platform interface for the [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview) plugin.

This interface allows platform-specific implementations of the `flutter_inappwebview`
plugin, as well as the plugin itself, to ensure they are supporting the
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_inappwebview_platform_interface
description: A common platform interface for the flutter_inappwebview plugin.
version: 1.0.0
version: 1.0.1
homepage: https://inappwebview.dev/
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_platform_interface
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
Expand Down
2 changes: 1 addition & 1 deletion flutter_inappwebview_web/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flutter\_inappwebview\_web

The Web Platform [iframe](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)
implementation of [`flutter_inappwebview`][https://pub.dev/packages/flutter_inappwebview].
implementation of [`flutter_inappwebview`](https://pub.dev/packages/flutter_inappwebview).

## Usage

Expand Down
3 changes: 1 addition & 2 deletions flutter_inappwebview_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
js: ^0.6.4
flutter_inappwebview_platform_interface:
path: ../flutter_inappwebview_platform_interface
flutter_inappwebview_platform_interface: ^1.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_inappwebview_platform_interface:
path: flutter_inappwebview_platform_interface
flutter_inappwebview_platform_interface: ^1.0.0
flutter_inappwebview_android:
path: flutter_inappwebview_android
flutter_inappwebview_ios:
Expand Down

0 comments on commit 40c36b8

Please sign in to comment.