verification_code_builder 0.1.0 copy "verification_code_builder: ^0.1.0" to clipboard
verification_code_builder: ^0.1.0 copied to clipboard

Infinitely customizable widget for creating code input forms.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased #

0.1.0 - 2021-05-13 #

Added #

  • Migration to null safety.

0.0.2 - 2021-05-12 #

Added #

  • enableHorizontalScroll flag which allows you to disable horizontal scrolling behaviour.
  • Exposed mainAxisAlignment field.

0.0.1 - 2021-05-10 #

Added #

  • Ability to define cell widgets using the builder callback.
  • Paste action support.
  • Backspace press tracking.
  • Automatic focus control. You don't need to define the focus switching logic yourself. All you need to do in your cell widgets is to call the focus.nextFocus() when the input to the current field is complete.
  • Example app.
0
likes
150
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

Infinitely customizable widget for creating code input forms.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

collection, flutter

More

Packages that depend on verification_code_builder