d_input 0.1.3 copy "d_input: ^0.1.3" to clipboard
d_input: ^0.1.3 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
  • Input Password
  • Some Style

Screenshot #

d_input1 d_input2

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',
),

DInputPassword(            
    controller: TextEditingController(),
),

DInputPassword(            
    controller: TextEditingController(),
    obsecureCharacter: 'x',
),

Tutorial : #

Watch

Support : #

Support me for more feature & packages Donate

Additional information #

Check my app : Visit

Check My Tutorial & Course : Watch

2
likes
130
pub points
80%
popularity

Publisher

verified publisherindratrisnar.com

Build faster input with default border style

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on d_input