From 552a42fb27a333069b9deadef14090b0c2ddfe67 Mon Sep 17 00:00:00 2001 From: nyne Date: Thu, 24 Apr 2025 20:11:09 +0800 Subject: [PATCH] Fix the issue where app crashes after exit app. --- pubspec.lock | 42 +++++++++++++++++++++--------------------- pubspec.yaml | 4 ++-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 8677953..811ca1c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -308,18 +308,18 @@ packages: dependency: "direct main" description: path: flutter_inappwebview - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "6.2.0-beta.3" flutter_inappwebview_android: dependency: transitive description: path: flutter_inappwebview_android - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "1.2.0-beta.3" flutter_inappwebview_internal_annotations: @@ -334,45 +334,45 @@ packages: dependency: transitive description: path: flutter_inappwebview_ios - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "1.2.0-beta.3" flutter_inappwebview_macos: dependency: transitive description: path: flutter_inappwebview_macos - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "1.2.0-beta.3" flutter_inappwebview_platform_interface: dependency: transitive description: path: flutter_inappwebview_platform_interface - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "1.4.0-beta.3" flutter_inappwebview_web: dependency: transitive description: path: flutter_inappwebview_web - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "1.2.0-beta.3" flutter_inappwebview_windows: dependency: transitive description: path: flutter_inappwebview_windows - ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - resolved-ref: "0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676" - url: "https://github.com/pichillilorenzo/flutter_inappwebview" + ref: "3ef899b3db57c911b080979f1392253b835f98ab" + resolved-ref: "3ef899b3db57c911b080979f1392253b835f98ab" + url: "https://github.com/venera-app/flutter_inappwebview" source: git version: "0.7.0-beta.3" flutter_lints: diff --git a/pubspec.yaml b/pubspec.yaml index fe4d071..953bf25 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -46,9 +46,9 @@ dependencies: ref: 7801fc582ecf5a7351632887891ecf309a7b2583 flutter_inappwebview: git: - url: https://github.com/pichillilorenzo/flutter_inappwebview + url: https://github.com/venera-app/flutter_inappwebview path: flutter_inappwebview - ref: 0aaf7a0bfc01d61a4d1453cefb57fb6783b6e676 + ref: 3ef899b3db57c911b080979f1392253b835f98ab app_links: ^6.4.0 sliver_tools: ^0.2.12 flutter_file_dialog: ^3.0.2