Skip to content

Commit

Permalink
fix: Temporary change for webview package dependency (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Merculiar authored Jul 31, 2024
1 parent a9ad069 commit ccf0872
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/espressocash_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,13 @@ packages:
source: hosted
version: "6.0.0"
flutter_inappwebview_android:
dependency: transitive
dependency: "direct overridden"
description:
name: flutter_inappwebview_android
sha256: d247f6ed417f1f8c364612fa05a2ecba7f775c8d0c044c1d3b9ee33a6515c421
url: "https://pub.dev"
source: hosted
path: flutter_inappwebview_android
ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
resolved-ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
url: "https://github.com/holzgeist/flutter_inappwebview"
source: git
version: "1.0.13"
flutter_inappwebview_internal_annotations:
dependency: transitive
Expand Down
6 changes: 6 additions & 0 deletions packages/espressocash_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,11 @@ flutter_native_splash:
color: "#B4A270"

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
jupiter_aggregator:
path: ../jupiter_aggregator/

0 comments on commit ccf0872

Please sign in to comment.