auto_validate
The Auto Validate package streamlines input validation by leveraging customizable regular expressions, allowing for efficient verification of various data formats.
What this package is like to depend on
Last release 1 years ago
09 Jul 2025
Release timing varies
gaps range from 9 days to 2.7 years
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
19 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Apr 2021 to Jul 2025
2022
2023
2024
2025
2026
Releases
latest 19-
3.0.809 Jul 2025Release notes
Open source →- Dart Format Enhancements: Applied improved Dart formatting for better code readability and consistency across the package.
-
3.0.709 Jul 2025Release notes
Open source →- Added Example Docs: Introduced a complete missing examples.
- SDK & Dependency Bump: Raised the minimum Dart SDK to
^3.4.0and updated all transitive dependencies to their latest stable versions for improved performance and security. - Dependency Cleanup: Dropped unused dev-packages
test,freezed,build_runner, andfreezed_annotation, shrinking the install size and CI times. - Codebase Un-Freezed: Refactored the few data classes that relied on Freezed into plain, hand-written models—faster compile times, zero code-gen, zero surprises.
-
3.0.624 Aug 2024Release notes
Open source →- Updated License: Edited the MIT License to ensure compliance with OSI-approved licensing requirements, allowing for broader usage and distribution of the package.
-
3.0.524 Aug 2024Release notes
Open source →- Fixed Links in README: Corrected some links in the README for better navigation and clarity.
-
3.0.424 Aug 2024Release notes
Open source →- Dart Format Enhancements: Applied improved Dart formatting for better code readability and consistency across the package.
- License Update: Updated the package to use an OSI-approved license, ensuring compliance with pub.dev requirements.
-
3.0.322 Aug 2024 -
3.0.222 Aug 2024 -
3.0.122 Aug 2024Release notes
Open source →- Example Code Updates: Revised example implementations across the documentation to reflect the latest changes in functionality, ensuring they accurately demonstrate the new features and best practices for using the package effectively. Adjustments include clarifying method usage and providing more context for validation scenarios.
- Documentation Consistency: Ensured that all examples maintain consistent formatting and adhere to the latest standards for readability and usability.
-
3.0.022 Aug 2024Release notes
Open source →- Upgraded Dart SDK: Updated SDK constraints to
>=3.0.0 <4.0.0. - Enhanced FormValidator: Improved the functionality and performance of the
FormValidatorclass, making it more reusable and flexible for different use cases. - Improved AutoValidators: Refined existing AutoValidators for better accuracy and added new validation options to expand functionality.
- Documentation Overhaul: Enhanced documentation with detailed explanations, usage examples, and best practices to improve user understanding and ease of implementation.
- Example Code Updates: Revised example implementations to demonstrate new features and best practices for using the package effectively.
- Comprehensive Unit Tests: Implemented extensive unit tests to ensure all functionalities of the package are thoroughly covered, improving reliability and maintainability.
- Provided StringValidationExtension: Added a new
StringValidationExtensionto simplify and enhance string validation throughout the package. - Enhanced README: Improved the README file for better clarity and usability, making it easier for users to understand and implement the package.
- Upgraded Dart SDK: Updated SDK constraints to
-
2.0.0-nullsafety.028 Dec 2021 pre-releaseRelease notes
Open source →- Migrated to Null Safety: Fully migrated the package to support null safety.
- Updated Dart SDK Constraints: Changed to
>=2.12.0 <3.0.0.
-
1.0.811 May 2021 -
1.0.711 May 2021 -
1.0.611 May 2021Release notes
Open source →- Expanded Validators: Added more FormValidators for enhanced validation capabilities.
-
1.0.501 May 2021 -
1.0.401 May 2021 -
1.0.301 May 2021 -
1.0.201 May 2021Release notes
Open source →- Added Validators: Introduced additional Auto Validators and Form Validators.
-
1.0.113 Apr 2021 -
1.0.013 Apr 2021Release notes
Open source →- Initial Release: Released initial version with validations based on regular expressions.