From bedd50ec38fcda964c65c009e4ba9e79eabb65e1 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 27 Nov 2024 12:20:13 +0800 Subject: [PATCH] chore: update pubspec.yaml with new package name --- examples/flutter/materials/pubspec.yaml | 8 ++++---- thermion_flutter/thermion_flutter/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/flutter/materials/pubspec.yaml b/examples/flutter/materials/pubspec.yaml index 938b335b..3f1e7547 100644 --- a/examples/flutter/materials/pubspec.yaml +++ b/examples/flutter/materials/pubspec.yaml @@ -15,8 +15,8 @@ dependencies: path: ../../../thermion_dart thermion_flutter: path: ../../../thermion_flutter/thermion_flutter - thermion_flutter_ffi: - path: ../../../thermion_flutter/thermion_flutter_ffi + thermion_flutter_method_channel: + path: ../../../thermion_flutter/thermion_flutter_method_channel thermion_flutter_platform_interface: path: ../../../thermion_flutter/thermion_flutter_platform_interface @@ -31,8 +31,8 @@ dependency_overrides: path: ../../../thermion_dart thermion_flutter: path: ../../../thermion_flutter/thermion_flutter - thermion_flutter_ffi: - path: ../../../thermion_flutter/thermion_flutter_ffi + thermion_flutter_method_channel: + path: ../../../thermion_flutter/thermion_flutter_method_channel thermion_flutter_platform_interface: path: ../../../thermion_flutter/thermion_flutter_platform_interface diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index cb95797b..dfa17ac1 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: animation_tools_dart: ^0.1.0 thermion_dart: ^0.2.1-dev.19.0 thermion_flutter_platform_interface: ^0.2.1-dev.19.0 - thermion_flutter_ffi: ^0.2.1-dev.19.0 + thermion_flutter_method_channel: ^0.2.1-dev.19.0 thermion_flutter_web: ^0.2.0+10 logging: ^1.2.0 web: ^1.0.0