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

PlatformmacOSWindows
outdated

This plugin allows Flutter desktop apps to simulate key presses.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add keypress_simulator

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

dependencies:
  keypress_simulator: ^0.1.0

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:keypress_simulator/keypress_simulator.dart';
18
likes
140
points
241
downloads

Publisher

verified publisherleanflutter.dev

Weekly Downloads

This plugin allows Flutter desktop apps to simulate key presses.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on keypress_simulator