From fd27d63d5c26f33a14e01005a754478a2c15cf98 Mon Sep 17 00:00:00 2001 From: Leo Li Date: Tue, 14 Jul 2026 17:38:31 +0800 Subject: [PATCH] Fix macOS startup crash in drag-and-drop plugin --- pubspec.lock | 11 ++++++----- pubspec.yaml | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index be3ca360..8019b4e8 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -705,12 +705,13 @@ packages: source: hosted version: "1.0.5" irondash_engine_context: - dependency: transitive + dependency: "direct overridden" description: - name: irondash_engine_context - sha256: "2bb0bc13dfda9f5aaef8dde06ecc5feb1379f5bb387d59716d799554f3f305d7" - url: "https://pub.dev" - source: hosted + path: "engine_context/dart" + ref: "220bd911fae213282932b964322f9cc4c274f649" + resolved-ref: "220bd911fae213282932b964322f9cc4c274f649" + url: "https://github.com/orestesgaolin/irondash.git" + source: git version: "0.5.5" irondash_message_channel: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 38fdf359..fb6dd282 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -96,6 +96,12 @@ dependencies: dependency_overrides: device_info_plus: '>=11.0.0 <12.0.0' + irondash_engine_context: + git: + url: https://github.com/orestesgaolin/irondash.git + ref: 220bd911fae213282932b964322f9cc4c274f649 + path: engine_context/dart + dev_dependencies: # dart run build_runner watch --delete-conflicting-outputs