From 36a362e6879a7be63396fbb72e8d0d1149314fe4 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 3 Feb 2022 15:15:36 +0100 Subject: [PATCH] Add meta as dev dep to flutter lib --- flutter/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 8e73263abf..542755d80c 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -24,6 +24,7 @@ dev_dependencies: mockito: ^5.0.0 yaml: ^3.1.0 # needed for version match (code and pubspec) pedantic: ^1.11.1 + meta: ^1.3.0 dependency_overrides: sentry: