Skip to content

Commit

Permalink
Update flutter_inappwebview_macos (#1179)
Browse files Browse the repository at this point in the history
* Fix issue with flutter in app webview on macOS

* Fix macOS build error and upgrade sentry_flutter

* update Sentry/HybridSDK

* run pod repo update

* Add back dependency overrides
  • Loading branch information
atavism authored Sep 18, 2024
1 parent f63eef0 commit 2b2786e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
30 changes: 16 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,21 +761,23 @@ packages:
source: hosted
version: "1.1.1"
flutter_inappwebview_ios:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_ios
sha256: f363577208b97b10b319cd0c428555cd8493e88b468019a8c5635a0e4312bd0f
url: "https://pub.dev"
source: hosted
version: "1.0.13"
path: flutter_inappwebview_ios
ref: master
resolved-ref: "615214fb2fd3f830955d526cfb6698d6e20b7b7a"
url: "https://github.com/andychucs/flutter_inappwebview.git"
source: git
version: "1.0.14"
flutter_inappwebview_macos:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_macos
sha256: b55b9e506c549ce88e26580351d2c71d54f4825901666bd6cfa4be9415bb2636
url: "https://pub.dev"
source: hosted
version: "1.0.11"
path: flutter_inappwebview_macos
ref: master
resolved-ref: "615214fb2fd3f830955d526cfb6698d6e20b7b7a"
url: "https://github.com/andychucs/flutter_inappwebview.git"
source: git
version: "1.0.12"
flutter_inappwebview_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -2123,10 +2125,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "3923c89304b715fb1eb6423f017651664a03bf5f4b29983627c4da791f74a4ec"
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.1"
version: "14.2.5"
watcher:
dependency: transitive
description:
Expand Down
30 changes: 15 additions & 15 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,21 +158,21 @@ dev_dependencies:

dependency_overrides:
# TODO: Recheck once flutter_inappwebview version >6.0.0 is released
# flutter_inappwebview_android:
# git:
# url: https://github.com/holzgeist/flutter_inappwebview
# path: flutter_inappwebview_android
# ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
# flutter_inappwebview_macos:
# git:
# url: https://github.com/andychucs/flutter_inappwebview.git
# ref: master
# path: flutter_inappwebview_macos
# flutter_inappwebview_ios:
# git:
# url: https://github.com/andychucs/flutter_inappwebview.git
# ref: master
# path: flutter_inappwebview_ios
flutter_inappwebview_android:
git:
url: https://github.com/holzgeist/flutter_inappwebview
path: flutter_inappwebview_android
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
flutter_inappwebview_macos:
git:
url: https://github.com/andychucs/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_macos
flutter_inappwebview_ios:
git:
url: https://github.com/andychucs/flutter_inappwebview.git
ref: master
path: flutter_inappwebview_ios

# The following section is specific to Flutter.
flutter:
Expand Down

0 comments on commit 2b2786e

Please sign in to comment.