Handle changes to a text field

cookbook

By Flutter

local_offer Tags
Cookbook article

In some cases, it’s useful to run a callback function every time the text in a text field changes. For example, you might want to build a search screen with autocomplete functionality where you want to update the results as the user types.