From 04c8dd30b12718eb2e24c8be278f08ef5ecd79e1 Mon Sep 17 00:00:00 2001 From: TrojanCode <52122158+trojancode@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:31:23 +0530 Subject: [PATCH] flutter_inappwebview updated the original version of flutter_inappwebbview won't compile for android 13(sdk 33). --- pubspec.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 13872d5..5d6c219 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,10 @@ dependencies: flutter: sdk: flutter url_launcher: ^6.0.9 - flutter_inappwebview: ^5.3.2 + flutter_inappwebview: + git: + url: https://github.com/vocsyinfotech/flutter_inappwebview + ref: master dev_dependencies: flutter_test: