VB10 / flutter-architecture-template

Flutter Architecture Complete App
https://vb10.dev/#/
Apache License 2.0
650 stars 130 forks source link

Email REGEX Düzeltilmesi #35

Closed Selahattinn closed 1 month ago

Selahattinn commented 3 years ago

Eskisi:

  static const EMAIL_REGIEX = r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}\$';

Yenisi:

  static const EMAIL_REGIEX =r"^[a-zA-Z0-9.a-zA-Z0-9.!#$%&'*+-/=?^_`{|}~]+@[a-zA-Z0-9]+\.[a-zA-Z]+";

Şeklinde değiştirilmesi lazım

VB10 commented 3 years ago

selamlar @Selahattinn rica etsem pr olarak atabilir misin, ufak bir test de yazarsan tadından yenmez