-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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?
Reactions are currently unavailable