From 819535f1db6b184d194ac77e2c2dba396e8f4c81 Mon Sep 17 00:00:00 2001 From: fufesou Date: Sun, 13 Sep 2026 18:18:36 +0800 Subject: [PATCH] Bump cursor plugin to preserve same-name recreation --- flutter/pubspec.lock | 4 ++-- flutter/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index 4a0d1e248..b55446bce 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -522,8 +522,8 @@ packages: dependency: "direct main" description: path: "." - ref: "b9716b9aa45c1e9790c217331a9e2ae630a33525" - resolved-ref: "b9716b9aa45c1e9790c217331a9e2ae630a33525" + ref: "d2844a7b150fc9f72b17870b0e3e6c3000d4d848" + resolved-ref: "d2844a7b150fc9f72b17870b0e3e6c3000d4d848" url: "https://github.com/fufesou/flutter_custom_cursor" source: git version: "0.0.3" diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index eee0f04b5..ffae0a7fd 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -63,7 +63,7 @@ dependencies: flutter_custom_cursor: git: url: https://github.com/fufesou/flutter_custom_cursor - ref: b9716b9aa45c1e9790c217331a9e2ae630a33525 + ref: d2844a7b150fc9f72b17870b0e3e6c3000d4d848 window_size: git: url: https://github.com/21pages/flutter-desktop-embedding.git