How do I get a keyboard with Mathematical operators in Flutter? Something like this screenshot from Venmo? I’m not seeing a keyboardType
or dart package that seems to do the trick.
CodePudding user response:
Did you have a look at the math_keyboard package?
It seems to be doing exactly what you want.