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

Flutter Virtual SoftKeyboard Widget package

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: ^0.0.1

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
115
points
133
downloads

Publisher

verified publisheraqoong.site

Weekly Downloads

Flutter Virtual SoftKeyboard Widget package

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