From 55b5c7068e9405988e01a254ce8586b39ec7b2b4 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 21 Jun 2024 11:30:23 +0800 Subject: [PATCH] fix: add logging dependency to thermion_flutter --- thermion_flutter/thermion_flutter/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index bf1b63b0..8a91cc1b 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -21,6 +21,7 @@ dependencies: thermion_flutter_platform_interface: ^0.1.0+1 thermion_flutter_ffi: ^0.1.0+1 thermion_flutter_web: ^0.0.1+1 + logging: ^1.2.0 dev_dependencies: flutter_test: