extended_keyboard 0.0.3 copy "extended_keyboard: ^0.0.3" to clipboard
extended_keyboard: ^0.0.3 copied to clipboard

Flutter plugin for create custom keyboards quickly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add extended_keyboard
copied to clipboard

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

dependencies:
  extended_keyboard: ^0.0.3
copied to clipboard

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:extended_keyboard/extended_keyboard.dart';
copied to clipboard
8
likes
140
points
205
downloads

Publisher

verified publisherfluttercandies.com

Weekly Downloads

2024.10.06 - 2025.04.20

Flutter plugin for create custom keyboards quickly.

Repository (GitHub)
View/report issues

Topics

#keyboard #custom-keyboard #text-input #custom-text-input

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, path_provider

More

Packages that depend on extended_keyboard