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: