flutter_soft_keyboard 1.0.0 copy "flutter_soft_keyboard: ^1.0.0" to clipboard
flutter_soft_keyboard: ^1.0.0 copied to clipboard

This Flutter package is a virtual keyboard widget that can be implemented using a 2D array.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_soft_keyboard

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

dependencies:
  flutter_soft_keyboard: ^1.0.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_soft_keyboard/key/key_type.dart';
import 'package:flutter_soft_keyboard/key/key_widget.dart';
import 'package:flutter_soft_keyboard/key/virtual_key.dart';
import 'package:flutter_soft_keyboard/keyboard_input_controller.dart';
import 'package:flutter_soft_keyboard/soft_keyboard.dart';
import 'package:flutter_soft_keyboard/soft_keyboard_widget.dart';
2
likes
160
points
133
downloads

Publisher

verified publisheraqoong.site

Weekly Downloads

This Flutter package is a virtual keyboard widget that can be implemented using a 2D array.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, ripple_container, size_tailored_text

More

Packages that depend on flutter_soft_keyboard