From 0194eb5cd57218b28a480f72ab6a96457b877d8f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 16 Apr 2025 16:02:23 +0800 Subject: [PATCH] update camera_manipulation example to add local thermion_flutter_web in dependency_overrides --- examples/flutter/camera_manipulation/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/flutter/camera_manipulation/pubspec.yaml b/examples/flutter/camera_manipulation/pubspec.yaml index 413ea889..e3a98ffe 100644 --- a/examples/flutter/camera_manipulation/pubspec.yaml +++ b/examples/flutter/camera_manipulation/pubspec.yaml @@ -31,6 +31,8 @@ dependency_overrides: path: ../../../thermion_flutter/thermion_flutter_method_channel thermion_flutter_platform_interface: path: ../../../thermion_flutter/thermion_flutter_platform_interface + thermion_flutter_web: + path: ../../../thermion_flutter/thermion_flutter_web flutter: uses-material-design: true