From bec6185f2efaa68cf64a217baea2ce653b74261e Mon Sep 17 00:00:00 2001 From: Leon Tappe <ltappe@mail.uni-paderborn.de> Date: Mon, 30 May 2022 22:44:02 +0200 Subject: [PATCH] add dependency for clipboard --- pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pubspec.yaml b/pubspec.yaml index 6ab9abd..fc78116 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,6 +23,7 @@ dependencies: asta_theme: git: https://git.upb.de/asta/asta_theme.git shared_preferences: ^2.0.13 + clipboard: ^0.1.3 dev_dependencies: lints: ^1.0.1 -- GitLab