/Flutter-password-validation

Flutter password validation example - Day 29

Primary LanguageDartApache License 2.0Apache-2.0

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