From d420bfc4b7c1699b7df8a1eb6d295b1835a26108 Mon Sep 17 00:00:00 2001
From: Matthias Nott <mnott@mnsoft.org>
Date: Mon, 06 Apr 2026 15:36:25 +0200
Subject: [PATCH] fix: markdown links open in browser/app instead of copying to clipboard

---
 pubspec.yaml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/pubspec.yaml b/pubspec.yaml
index c941a09..dd5c28e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -35,6 +35,7 @@
   flutter_app_badger: ^1.5.0
   connectivity_plus: ^7.1.0
   in_app_purchase: ^3.2.3
+  url_launcher: ^6.3.2
 
 dev_dependencies:
   flutter_test:

--
Gitblit v1.3.1