Blocship / star_book

A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.
https://www.starbook.dev
MIT License
135 stars 106 forks source link

[Bug] Intro Screen #492

Closed AbdullahAhmedSoomro closed 11 months ago

AbdullahAhmedSoomro commented 12 months ago

Steps to Reproduce Just enter your name with spaces like 'Abdullah Ahmed' It will show you a validation message that name should only contain alphabetic character

Space should be accepted

So You have to just change Regex: You can find that text field in IntroScreen [lib/presentation/screen/intro_screen.dart].

Also, change the message of validation:

You can find the validation message in the form_validator file [li/presentation/shared/form_validator.dart] Function Name: nameValidator.

WhatsApp Image 2023-10-07 at 3 26 04 PM

CodeWithSuleman commented 12 months ago

Hi, I would like to work on this issue.