How to remove keyboard tool bar in Flutter?

145

keyboard is separated app and you can't control it in any way. at least on Android you can try define android:inputType hoping this bar disapear, but one keyboard-app may respect that, other may not. there is no reliable way

list of params for inputType is HERE. i.e. with textPassword this bar should be gone, but may also make EditText "asterisking" all chars

Share:
145
aimyon
Author by

aimyon

Updated on January 02, 2023

Comments

  • aimyon
    aimyon over 1 year

    I want remove keyboard tool bar. However, the keyboard does not seem to have an attribute to remove the toolbar. Please help me,,,,

    enter image description here

    • Awais Rehman
      Awais Rehman over 2 years
      you have to disable this from your emulator from setting and keyboard toolbar