From 8b413eca52bd412b086a8fde94ddaae4df0b33bf Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 11 Jul 2024 19:03:57 +0800 Subject: [PATCH] fix: add logging dependency --- thermion_flutter/thermion_flutter_ffi/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml index 13c235c0..f62ad55e 100644 --- a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml @@ -24,6 +24,7 @@ dependencies: plugin_platform_interface: ^2.1.0 thermion_flutter_platform_interface: ^0.1.0+10 thermion_dart: ^0.1.2 + logging: ^1.2.0 dev_dependencies: flutter_test: