soft_keyboard 0.1.0 copy "soft_keyboard: ^0.1.0" to clipboard
soft_keyboard: ^0.1.0 copied to clipboard

PlatformAndroidiOS
outdated

A customizable soft keyboard to use instead of the built in non-customizable keyboard of any phone.

Soft Keyboard #

license

A customizable soft keyboard to use instead of the built in non-customizable keyboard of any phone.

(This package is still in development)

Alphanumeric Keyboard 1 Alphanumeric Keyboard 1

Features #

  • Customize the background color
  • Choose colors of the keys
  • Provide IconData for action keys
  • Style the keyboard text as per your preference
  • Adjust the keyboard height

Getting started #

In your flutter project add the dependency:

dependencies:
  soft_keyboard: any

Import the package:

import 'package:soft_keyboard/soft_keyboard.dart';

Usage #

AlphanumericKeyboard(  
  controller: _controller,  
  height: 260,  
  backgroundColor: Colors.black,  
  actionKeyColor: Colors.blueGrey,  
  alphanumericKeyColor: Colors.indigo,  
  backspaceKeyIcon: Icons.backspace,  
  enterKeyIcon: Icons.keyboard_return,  
),

Check the example project for a full example

6
likes
150
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A customizable soft keyboard to use instead of the built in non-customizable keyboard of any phone.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on soft_keyboard