From 45a548afd2c8b8e79f6475a7cc917798f8f57b20 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 13 Nov 2024 10:51:34 +0800 Subject: [PATCH] feat!: rename thermion_flutter_ffi package to thermion_flutter_method_channel --- thermion_flutter/thermion_flutter/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index db9f8a7e..cb95797b 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -25,8 +25,8 @@ dependencies: web: ^1.0.0 dependency_overrides: - thermion_flutter_ffi: - path: ../thermion_flutter_ffi + thermion_flutter_method_channel: + path: ../thermion_flutter_method_channel thermion_flutter_platform_interface: path: ../thermion_flutter_platform_interface dev_dependencies: