auto_hide_keyboard

Creator: coderz1093

Last updated:

0 purchases

auto_hide_keyboard Image
auto_hide_keyboard Images

Languages

Categories

Add to Cart

Description:

auto hide keyboard

auto_hide_keyboard #

Automatically hides the keyboard when tapping outside the TextField.
🔥 Preview #

✨ Highlights #

🔮 Magic: Simultaneously responds to click events of other widgets on the same page and automatically hides the keyboard.
🔢 Supports multiple TextFields on a single page without interference.
📋 Does not affect the original selection, copy, and paste functionality of TextFields.

Try it online: https://flutter-auto-hide-keyboard.vercel.app
⚡️ Get started #
Simply wrap your TextField with the AutoHideKeyboard.
AutoHideKeyboard(
child: TextField(), // Your TextField widget
)
copied to clipboard
That's it!
Inspired by Tooltip.

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.