pin_dot

Creator: coderz1093

Last updated:

Add to Cart

Description:

pin dot

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

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],
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.