Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Add Name support during registration through email. #6

Open
Imgkl opened this issue Aug 23, 2020 · 3 comments
Open

[Enhancement] Add Name support during registration through email. #6

Imgkl opened this issue Aug 23, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Imgkl
Copy link

Imgkl commented Aug 23, 2020

This is not an issue, this is more of an Enhancement/ Feature Request

                   Padding(
                    padding: const EdgeInsets.symmetric(vertical: 16),
                    child: NameTextFormField(
                        style: const TextStyle(
                          fontSize: 18,
                          color: Colors.white,
                        ),
                        decoration: registerInputDecoration(hintText: 'Name')),
                  ),
                  Padding(
                    padding: const EdgeInsets.symmetric(vertical: 16),
                    child: EmailTextFormField(
                        style: const TextStyle(
                          fontSize: 18,
                          color: Colors.white,
                        ),
                        decoration: registerInputDecoration(hintText: 'Email')),
                  ),
                  Padding(
                    padding: const EdgeInsets.symmetric(vertical: 16),
                    child: PasswordTextFormField(
                      style: const TextStyle(
                        fontSize: 18,
                        color: Colors.white,
                      ),
                      decoration: registerInputDecoration(hintText: 'Password'),
                    ),
                  ),

Something like this, Would be useful to record the names of the user, who creates the account through email.

@Imgkl Imgkl changed the title add Name support during registration through email. [Enhancement] Add Name support during registration through email. Aug 23, 2020
@funwithflutter
Copy link
Owner

Yeah good suggestion. I'll add this as an option.

@funwithflutter funwithflutter added the enhancement New feature or request label Aug 26, 2020
@funwithflutter funwithflutter self-assigned this Aug 26, 2020
@pavel-birdy
Copy link

Yes please add this option, the only reason I can't use this library in my app.

@Purus
Copy link

Purus commented Feb 17, 2021

It would be much better if this can be customized to add custom fields so that developers can add any extra fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants