Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 355 Bytes

File metadata and controls

12 lines (10 loc) · 355 Bytes

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(),
);