简体   繁体   中英

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.

在此处输入图像描述

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM