Debouncing using TextField onChange?

Troubleshooting
Resolved

I've TextField where the user will enter search keywords, which calls a custom function and returns a result.

What I want is for the custom function to be called after a delay before executing, in order to avoid unnecessary multiple calls to functions. How can we achieve this?

What have you tried so far?

Tried custom action.

Did you check FlutterFlow's Documentation for this topic?
No
7
2 replies