An open API service indexing awesome lists of open source software.

https://github.com/fredeil/flutter-email-validator

Sample Flutter app for creating basic login forms validation for email and passwords
https://github.com/fredeil/flutter-email-validator

dart dartlang email-validation flutter flutter-example login-forms

Last synced: 5 months ago
JSON representation

Sample Flutter app for creating basic login forms validation for email and passwords

Awesome Lists containing this project

README

          

# Email validation Flutter example

Sample flutter app showing how to validate a e-mail login form.

This example uses the [email_validator](https://github.com/fredeil/email-validator.dart) package for validating the emails in the login forms.

![Valid state](https://raw.githubusercontent.com/fredeil/flutter-email-validator/master/docs/valid.png)

![Invalid state](https://raw.githubusercontent.com/fredeil/flutter-email-validator/master/docs/invalid.png)