When i set keyboardType: TextInputType.numberWithOptions(decimal: true),
my flutter app shows a comma in real device instead to show the point as in the simulator.
The aim is to show the point so the app can run some calculation, that otherwise it would not do with a comma.
See pic below