Skip to content

Commit

Permalink
updated url inappwebview example
Browse files Browse the repository at this point in the history
  • Loading branch information
pichillilorenzo committed Dec 17, 2023
1 parent 4c72bbf commit ac245e6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
InAppWebView(
key: webViewKey,
initialUrlRequest:
URLRequest(url: WebUri('https://google.com')),
URLRequest(url: WebUri('https://flutter.dev')),
// initialUrlRequest:
// URLRequest(url: WebUri(Uri.base.toString().replaceFirst("/#/", "/") + 'page.html')),
// initialFile: "assets/index.html",
Expand Down
6 changes: 3 additions & 3 deletions flutter_inappwebview_android/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.8"
version: "1.0.9"
flutter_inappwebview_internal_annotations:
dependency: transitive
description:
Expand All @@ -94,10 +94,10 @@ packages:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: b9941cb6c358f50ab4a890a6301e50a6cfca20e70408627ec34bc69fddd85ca7
sha256: b4db31621880c4f4a60c9ddfc01d2b9f0133bf7776ddbd3a1d34062c076afec7
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "1.0.7"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
6 changes: 3 additions & 3 deletions flutter_inappwebview_ios/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.9"
version: "1.0.10"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: b9941cb6c358f50ab4a890a6301e50a6cfca20e70408627ec34bc69fddd85ca7
sha256: b4db31621880c4f4a60c9ddfc01d2b9f0133bf7776ddbd3a1d34062c076afec7
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "1.0.7"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
6 changes: 3 additions & 3 deletions flutter_inappwebview_macos/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.7"
version: "1.0.8"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: b9941cb6c358f50ab4a890a6301e50a6cfca20e70408627ec34bc69fddd85ca7
sha256: b4db31621880c4f4a60c9ddfc01d2b9f0133bf7776ddbd3a1d34062c076afec7
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "1.0.7"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
6 changes: 3 additions & 3 deletions flutter_inappwebview_web/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,17 @@ packages:
dependency: transitive
description:
name: flutter_inappwebview_platform_interface
sha256: b9941cb6c358f50ab4a890a6301e50a6cfca20e70408627ec34bc69fddd85ca7
sha256: b4db31621880c4f4a60c9ddfc01d2b9f0133bf7776ddbd3a1d34062c076afec7
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "1.0.7"
flutter_inappwebview_web:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.0.4"
version: "1.0.5"
flutter_lints:
dependency: "direct dev"
description:
Expand Down

0 comments on commit ac245e6

Please sign in to comment.