From b8305a83929f3aaf9b2b5ee0f718fba99c7991e0 Mon Sep 17 00:00:00 2001 From: Patricio Maite Date: Thu, 23 Feb 2023 14:33:18 -0300 Subject: [PATCH] Add logger library --- pubspec.lock | 8 ++++++++ pubspec.yaml | 1 + 2 files changed, 9 insertions(+) diff --git a/pubspec.lock b/pubspec.lock index c6752be..e160151 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -315,6 +315,14 @@ packages: url: "https://pub.dev" source: hosted version: "2.0.1" + logger: + dependency: "direct main" + description: + name: logger + sha256: c40f9ef51e5bffb4ce69ad2d8c8aad7bd47ec109c090521109b63a4e2bc27191 + url: "https://pub.dev" + source: hosted + version: "1.2.2" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0dd6d34..d6c6de9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -32,6 +32,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.2.0 + logger: ^1.2.2 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.