From 9c1e339b6bddf3b7bc28e62c2172f5fca07a5c6a Mon Sep 17 00:00:00 2001 From: Jacob Moura Date: Sat, 24 Aug 2024 04:03:47 -0300 Subject: [PATCH] fix description --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a435cff..105d2da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: lucid_validation -description: "A Flutter package for building strongly typed validation rules inspired by FluentValidation and created by the Flutterando community." +description: "A Dart/Flutter package for building strongly typed validation rules inspired by FluentValidation and created by the Flutterando community." repository: https://github.com/Flutterando/lucid_validation homepage: https://pub.dev/packages/lucid_validation