Overview
A Flutter plugin that provides a simple numeric keyboard for Android, iOS, Web, macOS, Windows, and Linux. It enables users to input numbers efficiently in forms or fields without the need for a full on-screen keyboard. The keyboard is customizable and integrates seamlessly into Flutter applications. Designed for simplicity and cross-platform compatibility, it supports basic number entry with optional decimal and backspace functionality. Ideal for PIN entry, quantity inputs, or any scenario requiring numeric-only input.
Use cases
- PIN entry screens
- quantity input fields
- form data collection
- payment amount entry
- login authentication
- numeric-only user input
Key features
- Cross-platform support
- Customizable layout
- Decimal input support
- Backspace functionality
- Simple integration
- Lightweight design
Suitable for
- Mobile app developers
- Form-based applications
- Security-sensitive inputs
- Embedded numeric interfaces
- Quick prototyping
Considerations
- Limited to numeric input only
- No special character support
- Requires manual handling of input validation
- Not suitable for text-heavy input
- May need additional styling for UI consistency
