CHOI YOOBIN
CHOI YOOBIN

Reputation: 176

Flutter - How to use the recommended word function on the keyboard

I want to add a words recommendation function when the user uses the keyboard. The example in the picture is the function I want. It is a function of Instagram membership. Which function of the plotter should I use to add this function? Thank you so much for the hint or the answer.

enter image description here

Upvotes: 0

Views: 174

Answers (1)

Hema Chandran
Hema Chandran

Reputation: 183

You can create a function of ListView.builder() with a horizontal scroll, and call the function for onTap: of TextField()

Upvotes: 1

Related Questions