keypress_sim 0.1.0 copy "keypress_sim: ^0.1.0" to clipboard
keypress_sim: ^0.1.0 copied to clipboard

A cross-platform keyboard input simulation package for Windows, macOS, and Linux using Dart ffi.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add keypress_sim

With Flutter:

 $ flutter pub add keypress_sim

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

dependencies:
  keypress_sim: ^0.1.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:keypress_sim/keypress_sim.dart';
0
likes
160
points
22
downloads

Publisher

verified publisherappwriters.dev

Weekly Downloads

A cross-platform keyboard input simulation package for Windows, macOS, and Linux using Dart ffi.

Repository (GitHub)

Topics

#keyboard #input #simulation #ffi

Documentation

API reference

License

MIT (license)

Dependencies

ffi

More

Packages that depend on keypress_sim