From 4731add0e5f6b8e82971b8d92ee67bdb60d499ce Mon Sep 17 00:00:00 2001 From: dab246 Date: Mon, 31 Jul 2023 16:44:08 +0700 Subject: [PATCH] TF-2047 Add linkify library to detect link/email (cherry picked from commit 672acf5759962197870d4d75509d717d4aa5e131) --- core/pubspec.lock | 8 ++++++++ core/pubspec.yaml | 2 ++ pubspec.lock | 8 ++++++++ 3 files changed, 18 insertions(+) diff --git a/core/pubspec.lock b/core/pubspec.lock index 66fa32897..8b538d217 100644 --- a/core/pubspec.lock +++ b/core/pubspec.lock @@ -320,6 +320,14 @@ packages: url: "https://pub.dev" source: hosted version: "0.6.7" + linkify: + dependency: "direct main" + description: + name: linkify + sha256: "4139ea77f4651ab9c315b577da2dd108d9aa0bd84b5d03d33323f1970c645832" + url: "https://pub.dev" + source: hosted + version: "5.0.0" lints: dependency: transitive description: diff --git a/core/pubspec.yaml b/core/pubspec.yaml index 8b77862b4..f92967c70 100644 --- a/core/pubspec.yaml +++ b/core/pubspec.yaml @@ -73,6 +73,8 @@ dependencies: flutter_typeahead: 4.6.0 + linkify: 5.0.0 + dev_dependencies: flutter_test: sdk: flutter diff --git a/pubspec.lock b/pubspec.lock index 4e16ebc52..c184debf4 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1007,6 +1007,14 @@ packages: url: "https://pub.dev" source: hosted version: "6.6.1" + linkify: + dependency: transitive + description: + name: linkify + sha256: "4139ea77f4651ab9c315b577da2dd108d9aa0bd84b5d03d33323f1970c645832" + url: "https://pub.dev" + source: hosted + version: "5.0.0" lints: dependency: transitive description: