pin_dot 1.0.4 copy "pin_dot: ^1.0.4" to clipboard
pin_dot: ^1.0.4 copied to clipboard

A Pin Dot Flutter package. Make it easy to use and minimal code.

pin_dot #

A Pin Dot Flutter package. Make it easy to use and minimal code.

Screenshot

Usage #

// Controller
final TextEditingController _pinController = TextEditingController();

// Set text
_pinController.text = '12';

// Clear text
_pinController.clear();

// Widget
PinDot(
    size: 17,
    length: 4,
    controller: _pinController,
    activeColor: Colors.blue[700],
    borderColor: Colors.yellow[700],
)
4
likes
150
pub points
72%
popularity

Publisher

verified publisherwachasit.com

A Pin Dot Flutter package. Make it easy to use and minimal code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pin_dot