/flutter_currency_text_input_quick_sample

Example implementation of Flutter TextInputFormatter to create a smart formatting currency field

Primary LanguageDartMIT LicenseMIT

flutter_currency_text_input_quick_sample

Example implementation of Flutter TextInputFormatter to create a smart formatting currency field

Usage

// TODO: Add the import to the file that contains the file AmountInputFormatterSet

// Example TextField declaration
var textField = TextField(
  inputFormatters: AmountInputFormatterSet(),
);