flutter_soft_keyboard 1.1.5
flutter_soft_keyboard: ^1.1.5 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_keyboardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_soft_keyboard: ^1.1.5Alternatively, 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';