From c990bccd413a16dd19a81964a53be956ba30eaf3 Mon Sep 17 00:00:00 2001 From: David Martos Date: Tue, 7 Nov 2023 00:10:00 +0100 Subject: [PATCH] Fix meta minimum dependency --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index e94969b..3636407 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: dependencies: crypto: ^3.0.0 sprintf: ^7.0.0 - meta: ^1.11.0 + meta: ^1.9.1 dev_dependencies: lints: ^3.0.0 test: ^1.24.9 @@ -21,4 +21,4 @@ funding: topics: - uuid - identifier - - id \ No newline at end of file + - id