We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937629e commit 0b11ff6Copy full SHA for 0b11ff6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.1
2
+
3
+* Added nullable support for phone number validation
4
5
## 1.3.0
6
7
* Added support for list validation using `setEach`, allowing nested validators with index-aware error reporting.
pubspec.yaml
@@ -3,7 +3,7 @@ description: "A Dart/Flutter package for building strongly typed validation rule
repository: https://github.com/Flutterando/lucid_validation
homepage: https://pub.dev/documentation/lucid_validation/latest/
-version: 1.3.0
+version: 1.3.1
8
environment:
9
sdk: ">=3.0.0 <4.0.0"
0 commit comments