input_with_keyboard_control 1.0.2 copy "input_with_keyboard_control: ^1.0.2" to clipboard
input_with_keyboard_control: ^1.0.2 copied to clipboard

outdated

The package provides an input that you can control whether the keyboard will show or not

input_with_keyboard_control #

The package provides an input that you can control whether the keyboard will show or not without losing focus

Example #




Usage #


  1. Follow the install guide

  1. Import the library:
import 'package:input_with_keyboard_control/input_with_keyboard_control.dart';

  1. Add InputWithKeyboardControl widget in your code as in the example below
InputWithKeyboardControl(
    focusNode: InputWithKeyboardControlFocusNode(),
    onSubmitted: (valor) {
        print(valor);
    },
    autofocus: true,
    controller: TextEditingController(),
    width: 300,
    showKeyboard: false
)
34
likes
0
pub points
86%
popularity

Publisher

unverified uploader

The package provides an input that you can control whether the keyboard will show or not

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on input_with_keyboard_control