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

A draggable floating mini keyboard that replaces the system keyboard via TextInputControl. Works with all Flutter text widgets without modification.

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

Documentation

API reference

Publisher

verified publisherdartcoder.in

Weekly Downloads

A draggable floating mini keyboard that replaces the system keyboard via TextInputControl. Works with all Flutter text widgets without modification.

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