From b51cc4b1d1b44b51a2ccb543fd240b40a3bb12ee Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 3 Jul 2025 13:16:06 +0800 Subject: [PATCH] (flutter) remove direct local dependency in pubspec.yaml --- thermion_flutter/thermion_flutter/pubspec.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index f8aee9be..c0848eb4 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -19,8 +19,7 @@ dependencies: animation_tools_dart: ^0.1.0 thermion_dart: ^0.3.0 thermion_flutter_platform_interface: ^0.3.0 - thermion_flutter_method_channel: - path: ../thermion_flutter_method_channel + thermion_flutter_method_channel: ^0.3.0 thermion_flutter_web: ^0.3.0 logging: ^1.2.0 web: ^1.0.0