From e12e1ee2c246a64336d3382342b244a311c5953e Mon Sep 17 00:00:00 2001 From: Ahmed Masoud Date: Thu, 13 May 2021 22:11:39 +0200 Subject: [PATCH] update description --- pubspec.lock | 2 +- pubspec.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index ea74a8e..70af374 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -84,7 +84,7 @@ packages: name: email_validator url: "https://pub.dartlang.org" source: hosted - version: "2.0.0-nullsafety" + version: "2.0.1" file: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b7aa39e..2e8185c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,5 @@ name: queen_validators -description: validate variables with extensions and pure flutter TextFormFelid - with qValidator function +description: helper functions to make the validaation processs easier for variables and forms version: 0.2.3 homepage: https://github.com/maxzod/queen_validators repository: https://github.com/maxzod/queen_validators @@ -8,7 +7,7 @@ issue_tracker: https://github.com/maxzod/queen_validators/issues environment: sdk: ">=2.12.0 <3.0.0" dependencies: - email_validator: ^2.0.0-nullsafety + email_validator: ^2.0.1 meta: ^1.3.0 dev_dependencies: