remote_cursor 0.0.2 copy "remote_cursor: ^0.0.2" to clipboard
remote_cursor: ^0.0.2 copied to clipboard

A Flutter package that enables simulating mouse movements via WebSocket. Useful for building remote control interfaces, virtual desktops, or real-time interaction tools.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add remote_cursor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  remote_cursor: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:remote_cursor/remote_cursor.dart';
3
likes
150
points
34
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that enables simulating mouse movements via WebSocket. Useful for building remote control interfaces, virtual desktops, or real-time interaction tools.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get_it, sensors_plus, vector_math, web_socket_channel

More

Packages that depend on remote_cursor