text_field_validation 0.2.2
text_field_validation: ^0.2.2 copied to clipboard
A Flutter project for creating and managing text field validations with ease.
Changelog #
Version 0.1.0 #
- Initial project creation.
- Development of initial regular expressions to validate various types of text.
Version 0.2.0 #
- Significant updates and improvements to regular expressions.
- Adjustments to increase the robustness and accuracy of validations.
Version 0.2.1 #
- Implementation of tests for each validation.
- Ensuring code integrity and functionality through unit tests.
Version 0.2.2 #
- Introduction of the
TextValidateResponse
class to allow customized responses in validations. - Update and improvement of some regular expressions based on testing and feedback.
- Adjustments to optimize performance and usability of the validation module.