kiosk_keyboard_plus 1.0.2
kiosk_keyboard_plus: ^1.0.2 copied to clipboard
A customizable on-screen keyboard widget for Flutter kiosk applications with support for numeric, text, and alphanumeric input modes.
1.0.0 #
- Initial release
- Support for numeric, text, and alphanumeric keyboard layouts
- Works with both
KioskKeyboardController(pin-style) andTextEditingController - Optional pin-style input boxes (controlled by
showInputBoxesparameter) - Customizable keyboard button styles (circular, rounded, default)
- Customizable input field styles
- Input hiding option for sensitive data
- Maximum length validation
- Error handling and display
- Fully customizable colors, sizes, and fonts
- Three keyboard types: numeric, text, and alphanumeric
- Advanced responsive design with device-specific breakpoints:
- Automatic detection of mobile, tablet, desktop, and large screens
- Adaptive button sizing and spacing based on screen dimensions
- Orientation-aware layout adjustments
- Optimized font sizes and icon scaling for each device category
- LayoutBuilder-based responsive sizing for perfect adaptation