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
- Host: GitHub
- URL: https://github.com/fredeil/flutter-email-validator
- Owner: fredeil
- License: mit
- Created: 2018-09-01T12:26:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T18:13:59.000Z (almost 4 years ago)
- Last Synced: 2025-05-28T09:06:39.621Z (8 months ago)
- Topics: dart, dartlang, email-validation, flutter, flutter-example, login-forms
- Language: Dart
- Size: 9.4 MB
- Stars: 22
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

