From d29c8d3fa3b6e4f90ea426ef52151793886c999b Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Tue, 15 Oct 2024 09:36:19 +0100 Subject: [PATCH] fix: moved analyzer package from dependencies to dev dependencies --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index b39bb34f..0cf9d7a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,6 @@ environment: flutter: ">=3.16.0" dependencies: - analyzer: ^6.7.0 collection: ^1.18.0 equatable: ^2.0.5 flutter: @@ -39,6 +38,7 @@ dev_dependencies: mockito: ^5.4.4 path: ^1.9.0 zds_analysis: ^1.0.0 + analyzer: ^6.7.0 flutter: fonts: