d_input 0.6.0 copy "d_input: ^0.6.0" to clipboard
d_input: ^0.6.0 copied to clipboard

Build faster input with default border style

0.6.0 #

DInputMix & DInputDropdown Update:

  • focusedBoxRadius: removed
  • boxBorder
const Border.fromBorderSide(
  BorderSide(
    color: Colors.grey,
    width: 1,
    strokeAlign: BorderSide.strokeAlignOutside,
  ),
)
  • focusedBoxBorder
Border.fromBorderSide(
  BorderSide(
    color: Theme.of(context).primaryColor,
    width: 2,
    strokeAlign: BorderSide.strokeAlignOutside,
  ),
)
  • boxColor : Colors.grey.shade100
  • Fix bug double focus

0.5.1 #

  • IconSpec
    • backgroundColor = Colors.transparent
    • borderRadius
      if this property is used, radius will be ignored

0.5.0 #

DInputMix & DInputDropdown (now StateFullWidget)

  • changes:
    • boxBorder
      const Border.fromBorderSide(
        BorderSide(
          color: Colors.grey,
          width: 1,
        ),
      )
      
  • new:
    • focusedBoxRadius : boxRadius
    • focusedBoxBorder
      const Border.fromBorderSide(
        BorderSide(
          color: Colors.grey,
          width: 2,
        ),
      )
      
    • focusedBoxColor == boxColor

0.4.2 #

new property DInputMix:

  • keyboardType
  • keyboardAppearance

0.4.0 #

  • new property leftChildren and rightChildren which return List<Widget> to add custom widget for your input. available for:
    • DInputMix
    • DInputDropdown:

0.3.4 #

  • DInputMix:
    • fix implement obscure

0.3.3 #

  • DInputDropdown:
    • new property noBoxBorder. default: false

0.3.2 #

  • DInputMix:
    • new property noBoxBorder. default: false

0.3.1 #

  • DInputMix:
    • new property enabled

0.3.0 #

  • new widget: DInputDropdown
  • DInputMix:
    • new property axis, cross box
  • new example

0.2.2 #

  • DInputMix
    • controller: nullable

0.2.1 #

  • DInputMix
    • boxColor: Theme.of(context).colorScheme.surfaceContainer

0.2.0 #

  • Add New Widget: DInputMix
  • restructure lib

0.1.4 #

  • remove typedef
  • upgrade base sdk:
    • sdk: ^3.5.1
    • flutter: ">=3.24.1"

0.1.3 #

  • add property textAlign

0.1.2 #

  • add autofocus property

0.1.1 #

  • add property custom style input text

0.1.0 #

  • add property contentPadding

0.0.9 #

  • add property radius for border

0.0.8 #

  • add property fillColor

0.0.7 #

  • add widget input password

0.0.6 #

  • add properti onChange
  • add properti onTap
  • add properti spaceTitle & change default spaceTitle
  • change color required to const Red

0.0.2 #

  • add tutorial
  • set default 1 line

0.0.1 #

first push for DInput

2
likes
150
points
150
downloads

Publisher

verified publisherindratrisnar.com

Weekly Downloads

Build faster input with default border style

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on d_input