Home > OS >  Flutter Keyboard with Math Operators
Flutter Keyboard with Math Operators

Time:10-03

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.

Thanks! enter image description here

CodePudding user response:

Did you have a look at the math_keyboard package?

It seems to be doing exactly what you want.

  • Related