Skip to content

Instantly share code, notes, and snippets.

View feyroozecode's full-sized avatar
💭
Alhamdoulillah

Ibrahim Ahmad (feyroozecode) feyroozecode

💭
Alhamdoulillah
View GitHub Profile
@feyroozecode
feyroozecode / dart.password.check
Created June 8, 2022 10:52 — forked from rahulbagal/dart.password.check
Dart : How to check if password contains all required characters
# Dart: Validate Password
This code snippet shows how to validate a password
**Requirement** :
Password should be more than 8 characters long
It should contain
at least one Uppercase ( Capital ) letter
at least one lowercase character
at least digit and
special character.