From 7561ea73ed71397b70d9a512f655c66fbb877fd0 Mon Sep 17 00:00:00 2001 From: mathiskirchner Date: Fri, 27 Jun 2025 21:06:29 +0200 Subject: [PATCH] added required dependency --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 5fa8019..9b1c01e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,6 +18,7 @@ dependencies: drift_flutter: ^0.2.4 path_provider: ^2.1.5 provider: ^6.1.5 + url_launcher: ^6.3.1 dev_dependencies: flutter_test: