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

outdated

A new Flutter package to help you add custom keyboards.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add custom_keyboard

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

dependencies:
  custom_keyboard: ^1.0.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:custom_keyboard/custom_keyboard.dart';
19
likes
0
points
61
downloads

Publisher

verified publisheraasharwahla.com

Weekly Downloads

A new Flutter package to help you add custom keyboards.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on custom_keyboard