diff --git a/pubspec.lock b/pubspec.lock index fbffc91..52a7de8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -792,10 +792,11 @@ packages: webview_windows: dependency: "direct main" description: - name: webview_windows - sha256: "47fcad5875a45db29dbb5c9e6709bf5c88dcc429049872701343f91ed7255730" - url: "https://pub.dev" - source: hosted + path: "." + ref: "999601052534f30fb50045819ef3813dbb04b9b8" + resolved-ref: "999601052534f30fb50045819ef3813dbb04b9b8" + url: "https://github.com/Channing-dong/flutter-webview-windows" + source: git version: "0.4.0" win32: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 988d35f..6ddae86 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -36,7 +36,11 @@ dependencies: tuple: ^2.0.0 url_launcher: ^6.2.2 uuid: ^4.4.2 - webview_windows: ^0.4.0 + # webview_windows: ^0.4.0 + webview_windows: + git: + url: https://github.com/Channing-dong/flutter-webview-windows + ref: 999601052534f30fb50045819ef3813dbb04b9b8 window_manager: ^0.3.7 xml: ^6.3.0