From 944f93ba7bfce99863b5d03ea3a6639d20839b88 Mon Sep 17 00:00:00 2001 From: fufesou Date: Sat, 12 Sep 2026 15:54:38 +0800 Subject: [PATCH] fix(cursor): use plugin with nonzero raster dimensions --- 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 a80256a61..a4836242e 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -522,8 +522,8 @@ packages: dependency: "direct main" description: path: "." - ref: "1cfed78be380e368f4f7e9f5630bbe9c1ca55a26" - resolved-ref: "1cfed78be380e368f4f7e9f5630bbe9c1ca55a26" + ref: "403f9d3b4aac4277f35f761ba3d703468004d029" + resolved-ref: "403f9d3b4aac4277f35f761ba3d703468004d029" 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 1f1f0bd3f..fdea8c6a7 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: 1cfed78be380e368f4f7e9f5630bbe9c1ca55a26 + ref: 403f9d3b4aac4277f35f761ba3d703468004d029 window_size: git: url: https://github.com/21pages/flutter-desktop-embedding.git