From 2a9158d0e067b1848a47f8a0d934e8648184e515 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 30 Oct 2024 14:28:06 +1100 Subject: [PATCH] chore: use dependency_overrides for camera_manipulation project --- examples/flutter/camera_manipulation/pubspec.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/flutter/camera_manipulation/pubspec.yaml b/examples/flutter/camera_manipulation/pubspec.yaml index 4a41e1bc..cdaad6bc 100644 --- a/examples/flutter/camera_manipulation/pubspec.yaml +++ b/examples/flutter/camera_manipulation/pubspec.yaml @@ -22,6 +22,16 @@ dev_dependencies: sdk: flutter flutter_lints: ^4.0.0 +dependency_overrides: + thermion_dart: + path: ../../../thermion_dart + thermion_flutter: + path: ../../../thermion_flutter/thermion_flutter + thermion_flutter_ffi: + path: ../../../thermion_flutter/thermion_flutter_ffi + thermion_flutter_platform_interface: + path: ../../../thermion_flutter/thermion_flutter_platform_interface + flutter: uses-material-design: true assets: