auto_desktop 1.0.0 copy "auto_desktop: ^1.0.0" to clipboard
auto_desktop: ^1.0.0 copied to clipboard

This package is suitable for developers who need to automate mouse and keyboard control on Windows systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add auto_desktop

With Flutter:

 $ flutter pub add auto_desktop

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

dependencies:
  auto_desktop: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:auto_desktop/auto_desktop.dart';
0
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

This package is suitable for developers who need to automate mouse and keyboard control on Windows systems.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on auto_desktop