From 45458954ede4fdc378490165bffb6b8a55ccdec8 Mon Sep 17 00:00:00 2001 From: pdenert Date: Thu, 31 Oct 2024 16:03:43 +0100 Subject: [PATCH] Remove flutter from patrol_log pubspec --- packages/patrol_log/pubspec.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/patrol_log/pubspec.yaml b/packages/patrol_log/pubspec.yaml index 1aafab810..3771dcd89 100644 --- a/packages/patrol_log/pubspec.yaml +++ b/packages/patrol_log/pubspec.yaml @@ -9,8 +9,7 @@ documentation: https://patrol.leancode.co topics: [test, log, patrol] environment: - sdk: '>=3.2.0 <4.0.0' - flutter: '>=3.22.0' + sdk: '>=3.5.0 <4.0.0' dependencies: dispose_scope: ^2.1.0 @@ -23,5 +22,3 @@ dev_dependencies: leancode_lint: ^12.1.0 mocktail: ^1.0.1 test: ^1.24.9 - -flutter: