EricBaruch / input_validation_demo_flutter

Flutter: Input Validation with RegExp

Home Page:https://codingwithflutter.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter: Input Validation with RegExp

Demo project showing how to apply Regex validation to a Flutter TextField.

Full YouTube video walkthrough here:

Preview

Includes two sample validators:

  • Numeric with 2 decimal digits, max 4 non-decimal digits
  • Email validator

Reusable and extendable regex validation classes included, for usage in your own projects. 😎


Tested with Flutter Beta 0.8.2.

License: MIT

About

Flutter: Input Validation with RegExp

https://codingwithflutter.com/

License:MIT License


Languages

Language:Dart 91.6%Language:Swift 4.2%Language:Kotlin 3.8%Language:Objective-C 0.4%