onscreen_keyboard 1.0.3 copy "onscreen_keyboard: ^1.0.3" to clipboard
onscreen_keyboard: ^1.0.3 copied to clipboard

A simple package for dispaying virtual keyboards on android TV. It can also be used on mobile devices. The package fully responds to D-Pad controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add onscreen_keyboard

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

dependencies:
  onscreen_keyboard: ^1.0.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:onscreen_keyboard/onscreen_keyboard.dart';
12
likes
120
pub points
78%
popularity

Publisher

verified publishertxonia.com

A simple package for dispaying virtual keyboards on android TV. It can also be used on mobile devices. The package fully responds to D-Pad controls.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

bloc, equatable, flutter, flutter_bloc

More

Packages that depend on onscreen_keyboard