From 3cfa26d28402421ade2bc8c5081e583b04b3ea5d Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 3 Jul 2025 13:00:41 +0800 Subject: [PATCH] (web) add package:logging to pubspec to make pub.dev happy --- thermion_flutter/thermion_flutter_web/pubspec.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_flutter/thermion_flutter_web/pubspec.yaml b/thermion_flutter/thermion_flutter_web/pubspec.yaml index b89ee45d..7aad6dcd 100644 --- a/thermion_flutter/thermion_flutter_web/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_web/pubspec.yaml @@ -24,6 +24,7 @@ dependencies: thermion_flutter_platform_interface: ^0.3.0 flutter_web_plugins: sdk: flutter + logging: ^1.3.0 dependency_overrides: thermion_flutter_platform_interface: path: ../thermion_flutter_platform_interface