flutterflutter-desktop

Set mouse cursor position in Flutter


Is it possible to set the position of the mouse cursor using Flutter for desktop?

I'm sure this is possible using custom plugins, but I'm hoping for a cross-platform Dart solution or an existing plugin.


Solution

  • There is no such functionality built into Flutter.