Skip to content

Commit 751a104

Browse files
updated to stable 6 version
1 parent e28f73d commit 751a104

File tree

16 files changed

+51
-26
lines changed

16 files changed

+51
-26
lines changed

flutter_inappwebview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 6.0.0
2+
3+
- Updated minimum platform interface and implementation versions
4+
- Merged "Added == operator and hashCode to WebUri" [#1941](https://github.com/pichillilorenzo/flutter_inappwebview/pull/1941) (thanks to [daisukeueta](https://github.com/daisukeueta))
5+
16
## 6.0.0-rc.3
27

38
- Updated minimum platform interface and implementation versions

flutter_inappwebview/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_inappwebview
22
description: A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window.
3-
version: 6.0.0-rc.3
3+
version: 6.0.0
44
homepage: https://inappwebview.dev/
55
repository: https://github.com/pichillilorenzo/flutter_inappwebview
66
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
@@ -18,11 +18,11 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
flutter_inappwebview_platform_interface: ^1.0.9
22-
flutter_inappwebview_android: ^1.0.11
23-
flutter_inappwebview_ios: ^1.0.12
24-
flutter_inappwebview_macos: ^1.0.10
25-
flutter_inappwebview_web: ^1.0.7
21+
flutter_inappwebview_platform_interface: ^1.0.10
22+
flutter_inappwebview_android: ^1.0.12
23+
flutter_inappwebview_ios: ^1.0.13
24+
flutter_inappwebview_macos: ^1.0.11
25+
flutter_inappwebview_web: ^1.0.8
2626

2727
dev_dependencies:
2828
flutter_test:

flutter_inappwebview_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.12
2+
3+
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.10`
4+
15
## 1.0.11
26

37
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`

flutter_inappwebview_android/example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ packages:
9494
dependency: transitive
9595
description:
9696
name: flutter_inappwebview_platform_interface
97-
sha256: "9b0bce22162f05af36dc7480dbe43650414704591df263810d773a7ba4139447"
97+
sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187"
9898
url: "https://pub.dev"
9999
source: hosted
100-
version: "1.0.9"
100+
version: "1.0.10"
101101
flutter_lints:
102102
dependency: "direct dev"
103103
description:

flutter_inappwebview_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_inappwebview_android
22
description: Android implementation of the flutter_inappwebview plugin.
3-
version: 1.0.11
3+
version: 1.0.12
44
homepage: https://inappwebview.dev/
55
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_android
66
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
@@ -18,7 +18,7 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
flutter_inappwebview_platform_interface: ^1.0.9
21+
flutter_inappwebview_platform_interface: ^1.0.10
2222

2323
dev_dependencies:
2424
flutter_test:

flutter_inappwebview_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.13
2+
3+
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.10`
4+
15
## 1.0.12
26

37
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`

flutter_inappwebview_ios/example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "1.0.12"
92+
version: "1.0.13"
9393
flutter_inappwebview_platform_interface:
9494
dependency: transitive
9595
description:
9696
name: flutter_inappwebview_platform_interface
97-
sha256: "9b0bce22162f05af36dc7480dbe43650414704591df263810d773a7ba4139447"
97+
sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187"
9898
url: "https://pub.dev"
9999
source: hosted
100-
version: "1.0.9"
100+
version: "1.0.10"
101101
flutter_lints:
102102
dependency: "direct dev"
103103
description:

flutter_inappwebview_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_inappwebview_ios
22
description: iOS implementation of the flutter_inappwebview plugin.
3-
version: 1.0.12
3+
version: 1.0.13
44
homepage: https://inappwebview.dev/
55
repository: https://github.com/pichillilorenzo/flutter_inappwebview/tree/master/flutter_inappwebview_ios
66
issue_tracker: https://github.com/pichillilorenzo/flutter_inappwebview/issues
@@ -18,7 +18,7 @@ environment:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
flutter_inappwebview_platform_interface: ^1.0.9
21+
flutter_inappwebview_platform_interface: ^1.0.10
2222

2323
dev_dependencies:
2424
flutter_test:

flutter_inappwebview_macos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.11
2+
3+
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.10`
4+
15
## 1.0.10
26

37
- Updated `flutter_inappwebview_platform_interface` version dependency to `^1.0.9`

flutter_inappwebview_macos/example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "1.0.10"
92+
version: "1.0.11"
9393
flutter_inappwebview_platform_interface:
9494
dependency: transitive
9595
description:
9696
name: flutter_inappwebview_platform_interface
97-
sha256: "9b0bce22162f05af36dc7480dbe43650414704591df263810d773a7ba4139447"
97+
sha256: "545fd4c25a07d2775f7d5af05a979b2cac4fbf79393b0a7f5d33ba39ba4f6187"
9898
url: "https://pub.dev"
9999
source: hosted
100-
version: "1.0.9"
100+
version: "1.0.10"
101101
flutter_lints:
102102
dependency: "direct dev"
103103
description:

0 commit comments

Comments
 (0)