From b90a318a86f62c297ce13177f56422a41a6ee214 Mon Sep 17 00:00:00 2001 From: PuPha Date: Thu, 26 Oct 2023 17:45:03 +0700 Subject: [PATCH 1/2] Add Viewport Size --- pubspec.lock | 8 ++++---- pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c1a05f1b4..c8b4f82f2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -771,10 +771,10 @@ packages: dependency: "direct main" description: name: flutter_inappwebview - sha256: f73505c792cf083d5566e1a94002311be497d984b5607f25be36d685cf6361cf + sha256: d198297060d116b94048301ee6749cd2e7d03c1f2689783f52d210a6b7aba350 url: "https://pub.dev" source: hosted - version: "5.7.2+3" + version: "5.8.0" flutter_inline_webview_macos: dependency: transitive description: @@ -1743,8 +1743,8 @@ packages: dependency: "direct main" description: path: "." - ref: "6e19b1a3d9610dfac3ba9a357d4192587079c3c7" - resolved-ref: "6e19b1a3d9610dfac3ba9a357d4192587079c3c7" + ref: fa351d6edc7a3964a780115b9fb38ef68440198d + resolved-ref: fa351d6edc7a3964a780115b9fb38ef68440198d url: "https://github.com/autonomy-system/nft-rendering.git" source: git version: "1.0.9" diff --git a/pubspec.yaml b/pubspec.yaml index dce93da2a..6277eb304 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,7 @@ dependencies: nft_rendering: git: url: https://github.com/autonomy-system/nft-rendering.git - ref: 6e19b1a3d9610dfac3ba9a357d4192587079c3c7 + ref: fa351d6edc7a3964a780115b9fb38ef68440198d onesignal_flutter: ^3.3.0 open_settings: ^2.0.2 overlay_support: ^2.0.0 @@ -154,7 +154,7 @@ dependencies: image: ^4.0.15 widgets_to_image: ^0.0.2 geocoding: ^2.1.0 - flutter_inappwebview: ^5.7.2+3 + flutter_inappwebview: ^5.8.0 html: ^0.15.1 video_player: ^2.4.8 youtube_player_iframe: ^4.0.4 From 3d8a1cfee7f3aa26b6a1f02ba0e73aa07b0f8d34 Mon Sep 17 00:00:00 2001 From: PuPha Date: Fri, 27 Oct 2023 10:33:30 +0700 Subject: [PATCH 2/2] Update Only for iOS --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index c8b4f82f2..2b3103cea 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1743,8 +1743,8 @@ packages: dependency: "direct main" description: path: "." - ref: fa351d6edc7a3964a780115b9fb38ef68440198d - resolved-ref: fa351d6edc7a3964a780115b9fb38ef68440198d + ref: dd4cc05389e0df0e7a7138349013ac94a302a63b + resolved-ref: dd4cc05389e0df0e7a7138349013ac94a302a63b url: "https://github.com/autonomy-system/nft-rendering.git" source: git version: "1.0.9" diff --git a/pubspec.yaml b/pubspec.yaml index 6277eb304..d5fda6f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,7 @@ dependencies: nft_rendering: git: url: https://github.com/autonomy-system/nft-rendering.git - ref: fa351d6edc7a3964a780115b9fb38ef68440198d + ref: dd4cc05389e0df0e7a7138349013ac94a302a63b onesignal_flutter: ^3.3.0 open_settings: ^2.0.2 overlay_support: ^2.0.0