From 8474ede9c33325c37be1aa363964745493614a96 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 15 Feb 2022 15:18:12 +0700 Subject: [PATCH] TF-255 Add easy_web_view library --- core/pubspec.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 0c2e806b8..620d76b82 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -66,8 +66,12 @@ dependencies: git: url: https://github.com/robert-virkus/flutter_inappwebview.git + easy_web_view: + git: + url: https://github.com/dab246/easy_web_view.git + # url_launcher - url_launcher: 6.0.6 + url_launcher: 6.0.12 dev_dependencies: flutter_test: