cupertino_interactive_keyboard_plus 0.0.3 copy "cupertino_interactive_keyboard_plus: ^0.0.3" to clipboard
cupertino_interactive_keyboard_plus: ^0.0.3 copied to clipboard

A Flutter plugin intended to achieve native iOS interactively dismissible keyboard.

Stand With Ukraine

Cupertino Interactive Keyboard #

A Flutter plugin intended to achieve native iOS interactively dismissible keyboard. It can be used as temporary solution while we are waiting this issue to be resolved by the Flutter team 🙏. On other side, this plugin doesn't rely on questionable keyboard screenshot approach, so it is expected to work more solid.

[] []

Getting Started #

The CupertinoInteractiveKeyboard defines the area where the draggable keyboard is enabled. Using scrollable widget as its child is optional.

CupertinoInteractiveKeyboard(
  child: ListView.builder(
    ...
  ),
);

In chat-like UI where you have input bar attached to the bottom, you can use the CupertinoInputAccessory widget. It designed to use its child's height as native input accessory view size.

CupertinoInputAccessory(
  child: TextField(
    ...
  ),
);

See the full example of complete implementation.

1
likes
0
points
190
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin intended to achieve native iOS interactively dismissible keyboard.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on cupertino_interactive_keyboard_plus

Packages that implement cupertino_interactive_keyboard_plus