From 185264dd2ed8092b1c6141b0bd1f09dc8cc27f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=BCchler?= Date: Fri, 25 Aug 2023 11:06:23 +0200 Subject: [PATCH] chore/downgrade-collection-to-1.17.1 --- lib/src/logger/logger.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/logger/logger.dart b/lib/src/logger/logger.dart index a20917f..f8b9a62 100644 --- a/lib/src/logger/logger.dart +++ b/lib/src/logger/logger.dart @@ -1,6 +1,6 @@ import 'package:logger/logger.dart'; -getLogger(bool printLogs) { +Logger getLogger(bool printLogs) { return Logger( level: printLogs ? Level.debug : Level.off, printer: PrettyPrinter( diff --git a/pubspec.yaml b/pubspec.yaml index a5388c0..e2fbc21 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: '^3.0.0' dependencies: - collection: ^1.18.0 + collection: ^1.17.1 dio: ^5.3.2 http_parser: ^4.0.2 logger: ^2.0.1