flutter.io (dart) - how to hide keyboard suggestions bar?

1,710

use EditableText class and set property autocorrect to false.
Do tell if it works, haven't tried it yet.

Share:
1,710
Deborah
Author by

Deborah

I am a Senior-level UI and UX Designer and Front End Developer with significant start-up experience, online SAAS experience and responsive web application experience. I have been the Lead Product Designer for web apps, hybrid apps and mobile apps.

Updated on December 03, 2022

Comments

  • Deborah
    Deborah over 1 year

    In a Flutter app textBox, user is entering text and numbers. What method can be used to suppress the keyboard suggestion bar?