What’s TextField?

A Material Design text field. A text field lets the user enter text, either with hardware keyboard or with an onscreen keyboard.

Check the official documentation for more.

TextField explained for Web Developers

The text field calls the onChanged callback whenever the user changes the text in the field. If the user indicates that they are done typing in the field (e.g., by pressing a button on the soft keyboard), the text field calls the onSubmitted callback. This behavior is similar to how input fields work in web frameworks like React, Angular, and Vue, where changes to input fields can trigger events that update the application state.

Example Code

Here is an example of how to use TextField:

flutter create --sample=material.TextField.1 mysample

TextField Remarks

For most applications, the onSubmitted callback will be sufficient for reacting to user input.

Bootstrap Your app with ShipFlutter

A fully customizable starter kit to seamlessly launch responsive Android, iOS, and Web apps with Flutter powered by Firebase and Vertex AI.