I have an app that uses Numeric Keyboard. I use keyboardType: TextInputType.number on the text field to set it to numeric, and it works, but only with the standard keyboard. When I run it on my phone and turn on Microsoft Swiftkey, it switches to the number page of the normal keyboard instead. And I do know that swiftkey does have numeric keyboard option because I have other apps that use it and it works, but mine doesn't trigger it.
What's the problem here? Does anyone know how to solve it?
Any help would be greatly appreciated :) Thanks!