🍴 OpenNutriTracker is a free and open source calorie tracker with a focus on simplicity and privacy.
GNU General Public License v3.0
371
stars
54
forks
source link
Enable decimal keyboard for edit meal on ios #102
Closed
frdrkolsson closed 2 months ago
When creating a custom meal, I cannot add decimal numbers to kcal/carbs/fat/protein.
Took a look at https://api.flutter.dev/flutter/services/TextInputType/decimal.html on how to edit the text input to support decimals.
Before
After