/flutter-verify-code-input

a verification code input widget. ---验证码输入组件

Primary LanguageDartBSD 2-Clause "Simplified" LicenseBSD-2-Clause

verify_code_input

A verification code input widget.

Showcase

Usage

VerifyCodeInput(
    onComplete: (String value) {
       print('Your input code is : $value');
    },
)