virtual_keyboard_custom_layout 1.0.1 copy "virtual_keyboard_custom_layout: ^1.0.1" to clipboard
virtual_keyboard_custom_layout: ^1.0.1 copied to clipboard

A package that displays a keyboard in devices with no native keyboard, such as self-services like kiosks and ATMs. The library is written in Dart and has no native code dependency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add virtual_keyboard_custom_layout

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

dependencies:
  virtual_keyboard_custom_layout: ^1.0.1

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_keyboard_custom_layout/virtual_keyboard_custom_layout.dart';
18
likes
150
points
215
downloads

Publisher

unverified uploader

Weekly Downloads

A package that displays a keyboard in devices with no native keyboard, such as self-services like kiosks and ATMs. The library is written in Dart and has no native code dependency.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on virtual_keyboard_custom_layout