cupertino_interactive_keyboard

Creator: coderz1093

Last updated:

0 purchases

cupertino_interactive_keyboard Image
cupertino_interactive_keyboard Images

Languages

Categories

Add to Cart

Description:

cupertino interactive keyboard

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(
...
),
);
copied to clipboard
In chat-like UI where you have input bar attached to bottom, you can use the CupertinoInputAccessory widget.
It designed to use its child's height as native input accessory view size.
CupertinoInputAccessory(
child: TextField(
...
),
);
copied to clipboard
See the full example of complete implementation.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.