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

Instead of wrapping TextformField see if it can be extended. #21

Open
Abhilash-Chandran opened this issue Aug 23, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Abhilash-Chandran
Copy link
Owner

In it current form we wrap the TextformField in the widget and pass attributes down. Which means we hide existing TextFormField attributes. Instead investigate approaches for directly extending the TextformField an overriding the build method or builder of the same to achieve a similar result.

This could reduce naming conflicts while exposing existing attributes.

@Abhilash-Chandran Abhilash-Chandran self-assigned this Aug 23, 2020
@Abhilash-Chandran Abhilash-Chandran added enhancement New feature or request help wanted Extra attention is needed labels Aug 23, 2020
@Abhilash-Chandran Abhilash-Chandran changed the title Instead wrapping TextformField see if it can be extended. Instead of wrapping TextformField see if it can be extended. Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant