(Flutter) remove microphone from iOS keyboard?

Viewed 28

Is there a way to remove the microphone button from the iOS keyboard and still have a full keyboard?

If I use TextField.keyboardType = TextInputType.emailAddress then there's no mic, but the comma key is also missing.

I need this because I want to make sure no dictation is sent to Apple's servers.

Thanks

0 Answers
Related