jkbngl / FFD

FFD - Finance for dummies | Allow normal people to control their expenses and optimize their spending with a simple APP
GNU General Public License v3.0
1 stars 0 forks source link

Validate that only numbers are entered in amount dialogs #152

Closed jkbngl closed 4 years ago

jkbngl commented 4 years ago

new TextFormField( keyboardType: TextInputType.number, validator: numberValidator, textAlign: TextAlign.right ...