From fbbb4ed792e51e9d0678599537d2b15d3d8dfcfb Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 16 Apr 2025 13:32:46 +0800 Subject: [PATCH] specify thermion_dart in thermion_flutter dependency_overrides to fix intellisense in during dev --- thermion_flutter/thermion_flutter/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index aeacdb6e..8a5eef3c 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -26,6 +26,8 @@ dependencies: web: ^1.0.0 dependency_overrides: + thermion_dart: + path: ../../thermion_dart thermion_flutter_method_channel: path: ../thermion_flutter_method_channel thermion_flutter_platform_interface: