mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
We now use TextInputType.numberWithOptions(decimal: true) which seems to have a more consistent behaviour under android and iOS. Also, we now use NumberFormat to parse the inputs according to the user's locale.