Skip to content

afgprogrammer/Flutter-password-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Password Validation - Day 29

class Afgprogrammer extends Flutter100DaysOfCode {
  video() {
    return {
      "title": "Flutter Password Validation",
      "description": "Let's see how simple you can validate a password in Flutter.",
      "day": 29,
      "videoLink": "https://youtu.be/Uahlo90ER18"
    }
  }
}

Previous Designs

Checkout my Youtube channel

Development Setup

Clone the repository and run the following commands:

flutter pub get
flutter run

Screenshot

Links