mo_2fa_code 0.0.1
mo_2fa_code: ^0.0.1 copied to clipboard
A customizable 2FA / OTP code input for Flutter. Set the length and cell style; get auto-advance, backspace navigation, paste and autofill for free.
0.0.1 #
Initial release.
Mo2FACodeField— configurable-length code input with auto-advance, backspace navigation, paste / one-time-code autofill distribution and type-over on focused cells.Formintegration viaFormField<String>(validator,autovalidateMode).Mo2FAInputType(numeric / alphanumeric / any) andMo2FACaseTransform(upper / lower / none) input filtering.Mo2FACodeStylefor cell size, spacing, text style, per-cell decorations (focus and error aware) and error text style.Mo2FACodeControllerto read, set or clear the code programmatically.