inputter 1.0.2 copy "inputter: ^1.0.2" to clipboard
inputter: ^1.0.2 copied to clipboard

Desktop automation package for Windows desktops. Includes window manipulation, input hooks, key remapping, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add inputter

With Flutter:

 $ flutter pub add inputter

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

dependencies:
  inputter: ^1.0.2

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:inputter/inputter.dart';
4
likes
130
points
32
downloads

Publisher

verified publisherinputter.dev

Weekly Downloads

Desktop automation package for Windows desktops. Includes window manipulation, input hooks, key remapping, and more.

Homepage
Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

ffi, image, win32

More

Packages that depend on inputter