bizz84 / firebase_auth_demo_flutter

Reference Authentication Flow with Flutter & Firebase
https://codewithandrea.com/
MIT License
674 stars 178 forks source link

Email Regex validator should support `domain.co.uk` domains #8

Closed bizz84 closed 5 years ago

bizz84 commented 5 years ago

The current Regex only allows one dot (.) following the @ symbol.

bizz84 commented 5 years ago

Fixed.