flutter_floating_keyboard 0.2.3 copy "flutter_floating_keyboard: ^0.2.3" to clipboard
flutter_floating_keyboard: ^0.2.3 copied to clipboard

A custom floating mini keyboard for Flutter apps. Replaces the system keyboard using TextInputControl API — works with all text widgets without modification. Responsive and draggable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_floating_keyboard

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

dependencies:
  flutter_floating_keyboard: ^0.2.3

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:flutter_floating_keyboard/flutter_floating_keyboard.dart';
2
likes
150
points
217
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A custom floating mini keyboard for Flutter apps. Replaces the system keyboard using TextInputControl API — works with all text widgets without modification. Responsive and draggable.

Repository (GitHub)
View/report issues

Topics

#keyboard #tablet #text-input #floating-keyboard #custom-keyboard

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_floating_keyboard