I want to build a TextField for numbers in Flutter/Dart.
For decimal numbers, I want to use commas instead of dot ( = Germany).
I detected the problem with Samsung Galaxy S5 and S6.
On other Smartphones with GBoard installed, there is both, command and dot, available.
Does anyone else have this problem?
keyboardType:
TextInputType.numberWithOptions(decimal: true,),