All Projects → fredeil → flutter-email-validator

fredeil / flutter-email-validator

Licence: MIT license
Sample Flutter app for creating basic login forms validation for email and passwords

Programming Languages

dart
5743 projects
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to flutter-email-validator

Validatetor
Android library for fast and simple string validation
Stars: ✭ 136 (+518.18%)
Mutual labels:  email-validation
Flutter-Custom-Carousel
Flutter Custom Carousel Application Design and Animation - day 18
Stars: ✭ 44 (+100%)
Mutual labels:  flutter-example
ATGValidator
iOS validation framework with form validation support
Stars: ✭ 51 (+131.82%)
Mutual labels:  email-validation
Emailvalidation
A simple (but correct) .NET class for validating email addresses
Stars: ✭ 171 (+677.27%)
Mutual labels:  email-validation
reacher-js
TypeScript wrapper library over Reacher API
Stars: ✭ 24 (+9.09%)
Mutual labels:  email-validation
wp-user-manager
Beautifully simple user profile directories with frontend login, registration and account customization. WP User Manager is the best solution to manage your community and your users for WordPress.
Stars: ✭ 34 (+54.55%)
Mutual labels:  login-forms
Laravel Email Verification
Laravel package to handle user verification using an activation mail
Stars: ✭ 63 (+186.36%)
Mutual labels:  email-validation
react-native-simple-login
Login component for react-native
Stars: ✭ 46 (+109.09%)
Mutual labels:  login-forms
email-validator
The Email Validator library builds upon PHP's built in `filter_var($emailAddress, FILTER_VALIDATE_EMAIL);` by adding a default MX record check. It also offers additional validation against disposable email addresses, free email address providers, and a custom banned domain list.
Stars: ✭ 18 (-18.18%)
Mutual labels:  email-validation
Vue-Facebook-Google-oAuth
SignIn or Signup with Facebook and Google using Vue without any external packages
Stars: ✭ 68 (+209.09%)
Mutual labels:  login-forms
Email address
The EmailAddress Gem to work with and validate email addresses.
Stars: ✭ 199 (+804.55%)
Mutual labels:  email-validation
flutter dribble login challenge
A flutter animation UI challenge.
Stars: ✭ 51 (+131.82%)
Mutual labels:  login-forms
react-mui-login-register
A user login/register React component styled with Material UI that includes options to use an authentication provider
Stars: ✭ 42 (+90.91%)
Mutual labels:  login-forms
Moonmail
Email marketing platform for bulk emailing via Amazon SES (Google Cloud Platform and Azure coming soon)
Stars: ✭ 1,766 (+7927.27%)
Mutual labels:  email-validation
Brute-Force-Login
Proof -Of-Concept Brute Force Login on a web-site with a good dictionary of words
Stars: ✭ 231 (+950%)
Mutual labels:  login-forms
Mailchecker
📫 Cross-language temporary (disposable/throwaway) email detection library. Covers 33600 fake email providers.
Stars: ✭ 1,252 (+5590.91%)
Mutual labels:  email-validation
flutter getx the moviedb
The Movie DB App with Flutter GetX State Management
Stars: ✭ 79 (+259.09%)
Mutual labels:  flutter-example
Flutter-App-Intro-With-Indicator
Flutter App Intro Application Design and Animation - day 21
Stars: ✭ 54 (+145.45%)
Mutual labels:  flutter-example
crypto-currency
A Flutter application showing crypto currency rates.
Stars: ✭ 16 (-27.27%)
Mutual labels:  flutter-example
python-string-utils
A handy Python library to validate, manipulate and generate strings
Stars: ✭ 47 (+113.64%)
Mutual labels:  email-validation

Email validation Flutter example

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

This example uses the email_validator package for validating the emails in the login forms.

Valid state

Invalid state

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].