You can edit 8 Components for free. Get premium for unlimited access.
Pin Keyboard is a circular PIN keypad key that supports a text mode and icon mode.
The Pin Keyboard component is used to display a complete keyboard to enter a code or number.
This component inherits props from the Pin Keyboard.
You can edit the type with the text or icon parameter.

Image 2.1 : Type text
Image 2.2 : Type icon
You can edit the state with the default or pressed parameter.

Image 3.1 : State default

Image 3.2 : State pressed
You can edit the description with the true or false parameter.

Image 4.1 : Description false

Image 4.2 : Description true
This component is on the roadmap and in Progress This means that it is currently being edited and will be published in the next few weeks/months. Check back often to stay informed about the latest updates.
Preview
Code
1
DlPinKeyboard(
number: '1'
)Add this code example to your project to see how the component works.
DlPinKeyboard(
number: '1',
alphabet: 'ABC'
)DlPinKeyboard is a circular PIN keypad key that supports a text mode (number with optional alphabet), an icon mode and a pressed state with visual feedback.
With Icon
Preview
Code
DlPinKeyboard(
type: DlPinKeyboardType.icon,
icon: DlPlaceholderIcon(),
)With Alphabet
Preview
Code
1
ABC
DlPinKeyboard(
number: '1',
alphabet: 'ABC'
)You have questions or need help?
You want to try?
Save time and money?