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