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

A package to simulate mouse events in Flutter

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add virtual_mouse

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

dependencies:
  virtual_mouse: ^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:virtual_mouse/virtual_mouse.dart';
3
likes
150
points
38
downloads

Documentation

API reference

Publisher

verified publisheralexandrehenrique.com.br

Weekly Downloads

A package to simulate mouse events in Flutter

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on virtual_mouse