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

Input Field #3

Open
leoafarias opened this issue Jul 2, 2023 · 0 comments
Open

Input Field #3

leoafarias opened this issue Jul 2, 2023 · 0 comments
Labels

Comments

@leoafarias
Copy link
Member

leoafarias commented Jul 2, 2023

Text input field allowing users to enter single-line text.

  • Support different sizes and styles
  • Have states like focus, error, and disabled.
  • Support input masking and validation using Form and Validator properties.
  • Use Flutter’s TextFormField or TextField as base.

Important to Keep in Mind:

  • Ensure proper accessibility by using Semantics widget.
  • Ensure mobile responsiveness using MediaQuery.
  • Use ThemeData for adaptability to different themes.

Decisions/Questions:

  • What types of input validation should be included out of the box?
  • How to handle localization and internationalization using Flutter’s localization support?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant