reactive_validator 4.0.0 reactive_validator: ^4.0.0 copied to clipboard
Type safe validation controller with base validators. Allows to manage validation state manually or validate when reactive value changes.
[4.0.0] - 2024-09-06 #
- update email validator version to v3
[3.0.0] - 2024-06-17 #
- change RxDart max version
- update Dart SDK
[2.0.3] - 2021-08-11 #
- remove stream event skip if value present
- fix error provide if only valid validation happened during the error request
[2.0.2] - 2021-05-13 #
- change RxDart min max version
- make compatible with RxDart 0.27
[2.0.1+1] - 2021-04-19 #
- add missing export
[2.0.1] - 2021-03-05 #
- fix nullable value cast
[2.0.0] - 2021-03-03 #
- stable null-safety release
[2.0.0-nullsafety.0] - 2021-02-28 #
- migrate to null-safety
[1.0.1] - 2020-10-12 #
- Fixed controller dispose with invalid state
[1.0.0+1] - 2020-09-28 #
- Documentation improvements
[1.0.0] - 2020-09-28 #
- Stable release
[1.0.0-dev.2] - 2020-09-28 #
- Code format update
- Doc update
[1.0.0-dev.1] - 2020-09-27 #
- Initial release