PackageTrack
Sign in Get early access

flutter_verification_code

A Flutter package that help you create a verification input.

1.1.7 2.7K downloads/mo #4843 most downloaded on pub.dev awaik/flutter_verification_code

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 12 months

Nearly every release is documented

notes for 24 of 25 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

25 releases · first in 2019

0 releases in the last 12 months

see the full history below

Release timeline

25 releases · Dec 2019 to Sep 2023
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 25
  1. 1.1.7 11 Sep 2023
    Release notes

    Made by https://github.com/avraham-mayer

    • If backspace pressed in empty box, move to previous box
    Open source →
  2. 1.1.6 24 Sep 2022
    Release notes

    Made by https://github.com/ebrahim-2

    • Add filled property to activate input background color when fillColor has a value

    If true the decoration's container is filled with fillColor.

    When InputDecorator.isHovering is true, the hoverColor is also blended into the final fill color.

    Typically this field set to true if border is an UnderlineInputBorder.

    The decoration's container is the area which is filled if filled is true and bordered per the border. It's the area adjacent to icon and above the widgets that contain helperText, errorText, and counterText.

    This property is false by default.

    Open source →
  3. 1.1.5 17 Sep 2022
    Release notes
    • Fixed https://github.com/awaik/flutter_verification_code/issues/33, thank to https://github.com/Xorn4400
    Open source →
  4. 1.1.4 17 Sep 2022
    Release notes
    • Added margin and padding parameters https://github.com/awaik/flutter_verification_code/issues/35
    • Example updated
    Open source →
  5. 1.1.3 04 May 2022
    Release notes
    • Added fullBorder property. If true - displays boxes instead of underlined placeholders.
    • Added final Stream<bool>? pasteStream; property. When it receives true, pastes the clipboard content. With this property is possible to add button or another functionality outside this widget, that initiates pasting from clipboard. Look animated example in the readme.md
    Open source →
  6. 1.1.3+1 14 Jul 2022
    Release notes
    • Fixed isSecure parameter, thanks to https://github.com/heltonrosa
    Open source →
  7. 1.1.2 26 Jan 2022
    Release notes
    • Added cursorColor property. If this is null it will default to the ambient.
    Open source →
  8. 1.1.2+1 28 Jan 2022

    Nothing published for this version

  9. 1.1.1 23 Dec 2021
    Release notes
    • Added option to move with left and right arrow keys. (Changes made by https://github.com/rajrushilmakkar)
    Open source →
  10. 1.1.0 24 Aug 2021
    Release notes
    • Support copy/paste of entire code. (Changes made by https://github.com/yonatann)
    Open source →
  11. 1.0.4 26 Jun 2021
    Release notes
    • Option to allow only number input from keyboard(flutter web) (Changes made by https://github.com/rajrushilmakkar)
    Open source →
  12. 1.0.3 08 May 2021
    Release notes
    • Add fillColor option.
    Open source →
  13. 1.0.2 06 May 2021
    Release notes
    • can remove after fill the textfield, made by https://github.com/manofi21
    • Add underlineUnfocusedColor to change color of boxes without focus and underlineWidth to change line width of the underline, made by https://github.com/tomaash
    Open source →
  14. 1.0.1 27 Mar 2021
    Release notes
    • Fixed bug with multiple widgets on the screen https://github.com/awaik/flutter_verification_code/issues/14 - removed static definition.
    Open source →
  15. 1.0.0 12 Mar 2021
    Release notes
    • Null safety and Flutter 2.0
    Open source →
  16. 1.0.0+1 12 Mar 2021
    Release notes
    • Fixed docs
    Open source →
  17. 0.2.1 18 Aug 2020
    Release notes
    • Add option 'underlineColor' - in case underline color is null it will use primaryColor from Theme
    Open source →
  18. 0.2.0 06 Apr 2020
    Release notes
    • Add option 'clearAll' - for clear all user input. https://github.com/awaik/flutter_verification_code/issues/6
    // 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]),
      ),
    ),
    
    Open source →
  19. 0.1.6 27 Feb 2020
    Release notes
    • Thanks for finding and fixing bug to https://github.com/mohammadPezesh1994 - "bug occur when create VerificationCode in stateful widget and after created"
    • Fixed bug "Keyboard can not display on iOS". Thank for the issue to https://github.com/thienhaole92
    Open source →
  20. 0.1.6+1 28 Feb 2020
    Release notes
    • Removed color from constructor, thanks for finding and fixing https://github.com/almayahi
    Open source →
  21. 0.1.6+2 22 Mar 2020
    Release notes
    • Change onCompleted, onEditing option to @required for fixing issue https://github.com/awaik/flutter_verification_code/issues/5
    Open source →
  22. 0.1.5 31 Jan 2020
    Release notes
    • Fixed bug that was connected with FocusNode() and appeared after big Flutter update.
    Open source →
  23. 0.1.5+1 13 Feb 2020
    Release notes
    • Improved README.MD
    Open source →
  24. 0.1.4 07 Dec 2019
    Release notes
    • Improved description in README.md files for package and example.
    Open source →
  25. 0.1.3 06 Dec 2019
    Release notes
    • New show case
    • onEditing can now be used for getting info about state of code completion
    onEditing: (bool value) {
      setState(() {
        _onEditing = value;
      });
    },
    
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive