Selahattin CEYLAN

Results 2 issues of Selahattin CEYLAN

Eskisi: ```Dart static const EMAIL_REGIEX = r'^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}\$'; ``` Yenisi: ```Dart 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

bug
help wanted

**Describe the bug** when I try to execute command it gives error **Screenshots** ![image](https://github.com/user-attachments/assets/a5b8caf0-09b9-442e-944d-5c277147f1aa) **Desktop (please complete the following information):** - OS: [MacOS-14.4.1,m1Pro-Yonga] **Smartphone (please complete the following information):** -...