flutter_verification_code 1.0.0 copy "flutter_verification_code: ^1.0.0" to clipboard
flutter_verification_code: ^1.0.0 copied to clipboard

outdated

A Flutter package that help you create a verification input.

1.0.0 #

  • Null safety and Flutter 2.0

0.2.1 #

  • Add option 'underlineColor' - in case underline color is null it will use primaryColor from Theme

0.2.0 #

// clearAll is NOT required, you can delete it
// takes any widget, so you can implement your design
clearAll: Padding(
  padding: const EdgeInsets.all(8.0),
  child: Text(
    'clear all',
    style: TextStyle(
        fontSize: 14.0,
        decoration: TextDecoration.underline,
        color: Colors.blue[700]),
  ),
),

0.1.6+2 #

0.1.6+1 #

0.1.6 #

0.1.5+1 #

  • Improved README.MD

0.1.5 #

  • Fixed bug that was connected with FocusNode() and appeared after big Flutter update.

0.1.4 #

  • Improved description in README.md files for package and example.

0.1.3 #

  • New show case
  • onEditing can now be used for getting info about state of code completion
onEditing: (bool value) {
  setState(() {
    _onEditing = value;
  });
},
146
likes
0
pub points
96%
popularity

Publisher

verified publisheragoradesk.com

A Flutter package that help you create a verification input.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_verification_code