From 60a09a1cd9f7abbbf9bfae9294f5af8e321a92cf Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 13 Nov 2024 10:49:58 +0800 Subject: [PATCH] chore: rename thermion_flutter_ffi in example projects --- examples/flutter/camera_manipulation/pubspec.yaml | 4 ++-- examples/flutter/quickstart/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/flutter/camera_manipulation/pubspec.yaml b/examples/flutter/camera_manipulation/pubspec.yaml index cdaad6bc..413ea889 100644 --- a/examples/flutter/camera_manipulation/pubspec.yaml +++ b/examples/flutter/camera_manipulation/pubspec.yaml @@ -27,8 +27,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/examples/flutter/quickstart/pubspec.yaml b/examples/flutter/quickstart/pubspec.yaml index f23d7d31..54dc6752 100644 --- a/examples/flutter/quickstart/pubspec.yaml +++ b/examples/flutter/quickstart/pubspec.yaml @@ -21,8 +21,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