d_input 0.0.1
d_input: ^0.0.1 copied to clipboard
Build faster input with default border style
D'Input is a package that provide input widget to build faster input with default border style
Features #
- Input concise
- Input Label
- Input Title
- Input Validator
- Input Area
- Some Style
Screenshot #


Usage #
Some Simple Input
DInput(controller: TextEditingController()),
DInput(
controller: TextEditingController(),
hint: 'Hint 3',
label: 'Label 3',
),
DInput(
controller: TextEditingController(),
hint: 'Hint 5',
isRequired: true,
title: 'Title 5',
),
DInput(
controller: TextEditingController(),
maxLine: 4,
minLine: 1,
hint: 'Area',
),
Tutorial : #
Soon
Support : #
Support me for more feature & packages Donate
Additional information #
Check my app : Visit
Check My Tutorial & Course : Watch