polyboard 0.2.0
polyboard: ^0.2.0 copied to clipboard
A multilingual, draggable on-screen keyboard for Flutter desktop, touch and web. Numeric / QWERTY / symbols, English + Hindi + Arabic (RTL) out of the box, bring-your-own layouts, dark theme, and zero [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add polyboardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
polyboard: ^0.2.0Alternatively, 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:polyboard/polyboard.dart';