flutter_floating_keyboard 0.2.1
flutter_floating_keyboard: ^0.2.1 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 Dart:
$ dart pub add flutter_floating_keyboardWith Flutter:
$ flutter pub add flutter_floating_keyboardThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_floating_keyboard: ^0.2.1Alternatively, your editor might support dart pub get or 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';