Skip to content

Commit

Permalink
Downgrade flutter_inappwebview to resolve iOS build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemyerebasmaz committed Aug 10, 2023
1 parent d4d9667 commit c546590
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_fgbg: 31c0d1140a131daea2d342121808f6aa0dcd879d
flutter_fimber: ec011dfb08d7cbfa16ab6bad8450b99574e6f6a4
flutter_inappwebview: 50b55a88f5dddadc9e741a7caf72f378116e2156
flutter_inappwebview: 4fe74e5e65809c3d363febfd9e2b21aa79bb0f1c
flutter_keyboard_visibility: 0339d06371254c3eb25eeb90ba8d17dca8f9c069
flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be
GoogleDataTransport: 54dee9d48d14580407f8f5fbf2f496e92437a2f2
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -520,10 +520,10 @@ packages:
dependency: "direct main"
description:
name: flutter_inappwebview
sha256: fad1f2740ff4b5b7da378a639f54beeb9d787b6339c89a9de00494d92372c0bb
sha256: "6d6c741ddba1dba5229d63ba75767064791a7ce845196b45e31105e93d67c949"
url: "https://pub.dev"
source: hosted
version: "6.0.0-beta.24+1"
version: "6.0.0-beta.22"
flutter_inappwebview_internal_annotations:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies:
git:
url: https://github.com/breez/flutter_fgbg.git
ref: 976b28ff3c299836f215b6deb2003838c49a8001
flutter_inappwebview: ^6.0.0-beta.24+1
flutter_inappwebview: 6.0.0-beta.22 # xcodebuiler fails to figure out the right destination for the 6.0.0-beta.23+ | Related issue: https://github.com/pichillilorenzo/flutter_inappwebview/issues/1648#issue-1711313231
flutter_rust_bridge: 1.75.2
flutter_secure_storage: ^8.0.0
flutter_svg: <2.0.6 # Requires Flutter 3.10
Expand Down

0 comments on commit c546590

Please sign in to comment.