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

Libraries

d_input